Color and Date

  • Thread starter Thread starter cnalaka
  • Start date Start date
C

cnalaka

I have date column and i need Friday in red color and rest of the week days
in blue color
How can I do that?
 
Format all the range as blue (font or fill???).

Then you can use format|Conditional formatting (xl2003 menus) to color the reds.

Select the range
Format|Conditional formatting
Formula is: =WEEKDAY(A1)=6

Change A1 to the activecell's address.
 

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

Back
Top