i had a similar project. here's what i did.
First i set up when the annual training was due next. I used this formula for annual in column N.
=IF(M4="","",M4+DATE(1,1,-1))
M4 being the first cell with when the training was done.
Then i conditionally formatted the N column to do the following.
cell value less than =NOW()
Red (past due)
Cell value between =NOW() and =NOW()+30
Yellow (coming up within 30 days)
Cell value between =NOW()+31 and =NOW()+60
Orange (coming up within 60 days)
Hope this helps.
Bookmarks