View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Lars-Åke Aspelin[_2_] Lars-Åke Aspelin[_2_] is offline
external usenet poster
 
Posts: 913
Default Conditional format weekend

On Sun, 14 Dec 2008 04:32:43 -0800 (PST), Mortir
wrote:

id like to color saturdays and sundays with different color then my
workdays. Is it possible to do this using conditional format? And how?



If A1:A100 is the range where your dates are, try the following as
formula within Conditional Formatting:

=(WEEKDAY(A1:A100,2)5)

Hope this helps / Lars-Åke