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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top