View Single Post
 
Old 12-21-2010, 02:03 PM
BjornS BjornS is offline Windows Vista Office 2003
Competent Performer
 
Join Date: Jan 2010
Location: Sweden
Posts: 116
BjornS is on a distinguished road
Default

Hi,
try this (sorry for any translation mistakes, I use a Swedish Excel version).

Put some dates in column AE (for example). Lets say you reserve AE2:AE99 for this. Enter 1st of June 2011 (in your date format) in cell AE2 (just for test purpose later)

Mark cells C12:Y44. Select menu "Start / Conditional formatting / Create new rule". Select the last alternative "Determine what cells should be formatted using a formula". Enter this formula:
=IF(VLOOKUP(C12,$AE$2:$AE$99,1,FALSE())=C12,TRUE() )
and select an ugly colour to highlight your special dates.

Press OK and now you should see 1st of June highlighted

Kind regards
Bjorn
Reply With Quote