You conditional formatting formula for cell C2 is:
=DATE(YEAR(TODAY()),TEXT(1&" "&C$1&" "&2000,"mm"),DAY($B2)) = TODAY()
NOTE: TEXT(1&" "&C$1&" "&2000,"mm") converts JAN, FEB, MAR to 01. 02, 03 for
the Date() function. It will also convert January, February, March.
--
Steve
"MAX" <(E-Mail Removed)> wrote in message
news:77DD4DEC-4CA1-489F-91E1-(E-Mail Removed)...
> Here I have a calendar where every day has 2 rows. In this example let say
> that today's date is 1st January. I need that cell B2 (Highlight) will be
> highlighted with any colour as I open the file and cell B3 (Details)
> remains
> empty where I can put my details. Any help please?
>
> Thanks in adnance.
>
> A B C D E F
> ____________________________________________________
> 1 JAN FEB MAR APR MAY
> ____________________________________________________
> 2 1 Highlight
> 3 Details
> _____________________________________________________
> 4 2
> 5
> ______________________________________________________
> 6 3
> 7
> ______________________________________________________
> 8 4
> 9
> ________________________________________________________
|