Conditional format using dddd

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Change your formula in G2 to

=TEXT(A2,"DDDD")


Then use conditional formatting if cell value is equal to Sunday and apply a
colour
 
Sorry I missed the second part of your post. Click add and add a second
conditional format but this time for Saturday.
 
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.
 
Back
Top