Phil,
What is your decision rule to conclude that a given course is overdue?
Aladin
============
Most of the courses have a 5yr life and then require refreshing. I would like to have a 6month warning and an overdue colour (if that makes sense)
Thanks.
Phil.
Lets assume that B1 is the first cell that contains an overdue date.
Select all of the cells with overdue dates.
Activate Format|Conditional Formatting.
Choose the option Formula Is for Condition 1 in the Conditional Formatting window.
Enter as formula:
=DATEDIF(TODAY(),B1,"m")=6
Activate Format.
Select a color (red, maybe).
Click OK.
Click OK.
Aladin
============