View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Conditional formatting on Date

Select "Formula Is" and use this conditional formula...

=DATEDIF(A1,NOW(),"y")0

--
Rick (MVP - Excel)


"Rick1" wrote in message
...
I have a cell with a training date. I would like to format the cell to
change color when actual date exceeds training date by one year.