Assume the dates start in E2, select all dates with E2 as the active date
use formula is
=E2<TODAY()
click format button and select red font or pattern, click OK, now click add
and use
=E2>TODAY()+28
click format button and select yellow font or pattern
click add
and use
=AND(E2>+TODAY(),E2<=TODAY()+28)
repeat and select blue font/pattern then click OK twice
You might want to change the boundaries if you want exclude/include a date
or so
(meaning changing >= to > etc)

Signature
Regards,
Peo Sjoblom
> Hi,
>
[quoted text clipped - 11 lines]
>
> Thanks
Nikki - 17 Sep 2007 02:22 GMT
Hi,
I don't quite understand sorry. Which parts am I supposed to highligt? I
had a list of dates with the first date in E2 and the last date in E10. I
highlighted the list and then did the conditioning formatting. Nothing has
changed tho so I must have done something wrong.
Any ideas?
Nikki
> Assume the dates start in E2, select all dates with E2 as the active date
> use formula is
[quoted text clipped - 36 lines]
> >
> > Thanks