conditional IF-THEN

  • Thread starter Thread starter RedBeard
  • Start date Start date
R

RedBeard

Greetings,

I have a column with different weekdays in different sheets.
What I want to do is this:

Whenever a user fills in Saturday or Sunday, I want the corresponding
row to turn red, this should be universal for all sheets.

Am I making sense and how would I accomplish this?

Thanks.
 
Select rows format>conditional formatting>formula is
=AND(LEN(TRIM($E1))>0,OR(WEEKDAY($E1)=6,WEEKDAY($E1)=7))
 
Select rows format>conditional formatting>formula is
      =AND(LEN(TRIM($E1))>0,OR(WEEKDAY($E1)=6,WEEKDAY($E1)=7))

I forgot to mention, I'm using Excel 2007.

I can't seem to find that command?

Thanks.
 
Then select the entire row before you call up the Conditional Foramtting
dialog.
I though you just meant "where do I find Conditioanl Formatting"
best wishes
 
Back
Top