View Single Post
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

Use Conditional Formatting.

Date at start of range in A1.
Date at end of range in A2.

Cells to change color - A3 to K3

Start by selecting A3:K3, then
<Format <Conditional Formatting
Expand the first box, and change to "Formula Is"
Then enter this formula in the next box:

=AND(A3=$A$1,A3<=$A$2)

Then click on "Format", and select your formats,
Then <OK <OK.

Enter your start and end dates in A1 and A2, and you should be done.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------



"terry" wrote in message
...
I'm trying to write a formula that will change cells to a different color
according to a date range given.