View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default Tracking due dates

Hi,

In formula is of conditional formatting, use

=datedif(today()-B3,"y")3

B3 holds the date of previous training

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Bourgge" wrote in message
...
Hi - I've got this tracking sheet in which i track training dates and
recurrent training due dates. For ex. an individual is required to take a
refresher course every 3 yrs. What formula can i use for the cell to
recognize that the training is over due and change color?

Thanks,