Thread: Cell Formatting
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Cell Formatting

Yes. Set Conditional Formatting, using Formula Is (not Cell Value Is), with
the condition =OR(A$3="Sat",A$3="Sun")
--
David Biddulph

"TFMR" wrote in message
...
Dear All,

I have the time sheet, where one 2nd row is for date, 3rd row for day. 3rd
row is equal to 2nd row and I change the the 3rd row to "=text(a2,"DDD"),
then its return Sat or Sun. Here I applied the conditional formatting that
If
a3 = Sat or Sun then then color change to red, otherwise Green.
Is it possible that if a3 color is red then a2 also change to red?