Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
in Conditional formatting, formula is
=cell<=now()-365 "Rick1" wrote: 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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That could give an incorrect result in a leap year.
-- Rick (MVP - Excel) "Sean Timmons" wrote in message ... in Conditional formatting, formula is =cell<=now()-365 "Rick1" wrote: 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I used A1 in my formula, but you should use your actual cell address
instead. -- Rick (MVP - Excel) "Rick Rothstein" wrote in message ... 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. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect! Thanks for your help guys!!
"Rick Rothstein" wrote: I used A1 in my formula, but you should use your actual cell address instead. -- Rick (MVP - Excel) "Rick Rothstein" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting for cell date to equal today's date | Excel Worksheet Functions | |||
conditional DATE formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting, looking for changes in date | Excel Worksheet Functions | |||
Can a date be used for conditional formatting? | Excel Worksheet Functions | |||
Conditional formatting of date | Excel Discussion (Misc queries) |