View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Carlo Carlo is offline
external usenet poster
 
Posts: 179
Default Condition Format a Day that resulted from a formula

Hi Sunnyskies

why don't you take conditional formatting and on B3 you enter:
is formula: =or((B3)="sat";(B3)="sun")
and then you can change the format of this cell, after that
you can copy the cells down.

hth

Carlo

"Sunnyskies" wrote:

Morning,

I have a date in column B3 formated as 15-Feb-2007. Now in column C3 I have
copied this date - =B3 and changed the format to 'ddd' resulting in Thu.
Now coping cells B3 and C3 down I would like the row to change colour if the
date/day becomes a Saturday (Sat) and Sunday (Sun).

It should be simple but the weekend mindset has set in.

Thanks