PC Review


Reply
Thread Tools Rate Thread

Conditional formatting, simple question...

 
 
=?Utf-8?B?S2VsbHk=?=
Guest
Posts: n/a
 
      1st Mar 2006
If an "S" appears in column K and there is not a date entered in column L I
would like for Column M to turn red with an X. Please help! Thanks.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIEhheWFrYXdh?=
Guest
Posts: n/a
 
      1st Mar 2006
Assuming Column L will contain either a date or nothing, this formula should
work in cell M1:

=IF(AND(K1="S",L1=""),"X","")

Then you would select Format, Conditional Formatting, and for Condititon 1
you would have Cell Value Is Equal To ="X". When you enter that, also click
on the Format button for Condition 1 and click on the Pattern tab. Click on
the red background, click OK and then OK and that should do it.

HTH

"Kelly" wrote:

> If an "S" appears in column K and there is not a date entered in column L I
> would like for Column M to turn red with an X. Please help! Thanks.

 
Reply With Quote
 
Biff
Guest
Posts: n/a
 
      1st Mar 2006
Hi!

You need a formula to get the "X":

Enter in cell M1:

=IF(AND(K1="S",COUNT(L1)=0),"X","")

Then conditional format if the cell contains an "X":

Select cell M1
Goto Format>Conditional Formatting
Cell value is: equal to: X
Click the Format button
Select the desired style(s)
OK out

Biff

"Kelly" <(E-Mail Removed)> wrote in message
news:7C04279B-F93F-41BE-9801-(E-Mail Removed)...
> If an "S" appears in column K and there is not a date entered in column L
> I
> would like for Column M to turn red with an X. Please help! Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A very simple conditional formatting question Mel Microsoft Excel Misc 6 17th Feb 2009 02:28 AM
simple conditional formatting bcamp1973 Microsoft Excel Misc 5 10th Mar 2006 11:28 PM
Conditional formatting--simple question John Wirt Microsoft Excel Worksheet Functions 4 5th Feb 2006 07:13 PM
Simple Conditional Formatting Question baz Microsoft Excel Misc 1 15th Nov 2004 04:36 PM
Simple Conditional Formatting Question Roger87 Microsoft Access Forms 5 18th Dec 2003 08:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:53 PM.