Conditional format using dddd

M

mathew

I am trying to conditionaly format a cell that has been custom formated to
change the date to the day of the week. Ex, 30 Apr 06 changes to Sunday.
This is the setup.

1 A G
H
2 11 Jun 06 (date I input) =A2-42(30 Apr 06)
=G2(fomated

dddd = Sunday
What I would like help with is when H2=Saturday or Sunday I would like the
background to change colors.
 
M

Mike

Change your formula in G2 to

=TEXT(A2,"DDDD")


Then use conditional formatting if cell value is equal to Sunday and apply a
colour
 
M

Mike

Sorry I missed the second part of your post. Click add and add a second
conditional format but this time for Saturday.
 
M

mathew

Mike,

That works perfect! Thank you.

Mike said:
Sorry I missed the second part of your post. Click add and add a second
conditional format but this time for Saturday.
 

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

Top