Using a calendar in Excel, want to shade date boxes the same

  • Thread starter Thread starter Shoe56
  • Start date Start date
S

Shoe56

Sunday and Saturday when shading the box are not the same color. How do I
make it so all boxes can be shaded the same on a ready made calendar in Excel
2003.
 
One interp & thought would be to use conditional formatting,
apply the CF formulas as, for example:

assuming A1 is the active cell in the CF range
and A1/the CF range contains real dates

Condition 1:
Formula Is:
=TEXT(A1,"ddd")="Sat"
Format as desired

Condition 2:
Formala Is:
=TEXT(A1,"ddd")="Sun"
Format as desired
 

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