View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Date Calculation in Conditional Formatting

CF/ Formula IS:
=DATEDIF(TODAY(),A1-1,"m")<6
--
David Biddulph

"JPS" wrote in message
...
I have a column of dates and if a date is 6 month or less in the future of
the current month TODAY(), I need to have the cell red. I know this can be
accomplished through conditional formatting but need some guidance on the
formula.

Thanks
--
JPS