My boss wants to color code dates based on certain date ranges and have them update automatically when the document is opened. (This is to show whether an employee's qualification is current, due to expire within 6 months, due to expire within 1 month, and expired.) Is there any way to do this? I've been experimenting with the Conditional Formatting in the Format menu, but I haven't been successful.
The criteria I've been using is:
(Within 6 mos)
Condition 1: Cell value is between ="Today()+31" and ="Today()+180"
(Within 1 mo)
Condition 2: Cell value is between ="Today()"+1 and ="Today()+30"
(Expired)
Condition 3: Cell value is less than or equal to ="Today()"
The dates listed in each cell are in the following format: 8/1/2008
All the cells are showing as expired.
Is there another way to do this or am I entering the formulas or dates incorrectly?
Thank you!
Bookmarks