Cell Colors

P

Peter

I have one cell that is the date plus 1. What I need to do if the cell's date
is Sun or Mon then I want it to change the background to green. If it is Wed
or Thurs I want it to be blue. If it is a Tue. Fri or Sat I want it to be
white. I have tried many different formulas to change this and still can't
figure it out. Any help is appreciated.
 
M

muddan madhu

Assumed value is cell A1.

Select the cell | go to format | conditional format | condition 1 :
formula is =WEEKDAY(A$1)<=2 | choose color |
condition 2 : formula is : =OR(WEEKDAY(A$1)=4,WEEKDAY(A$1)=5) | choose
color | ok
 
B

Bob Phillips

Use conditional formatting with formulae of

=WEEKDAY(A1)<3

=AND(WEEKDAY(A1)>3,WEEKDAY(A1)<6)
 

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

Similar Threads

Cell color 1
Cell coloring 3
Conditional Formatting 6
vlookup help? 8
Payroll 2
Excel does not accept text format! 0
Dcounta 4
Complex formulas 3

Top