Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to get a cell to turn Red if the date that is in the cell is less
than or equal to the current date. The formula I have in it already is: =EDATE(D2, 12) This takes the date that I plug into the column before it and just adds 12 months to it. Thanks for any help you can offer. V/R |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
TODAY() is what you need to compare with,
viz. use as the CF formula for that cell: =EDATE(D2, 12)<=TODAY() Format to taste, ok out. Success? hit YES below -- Max Singapore --- "Josh" wrote: I am trying to get a cell to turn Red if the date that is in the cell is less than or equal to the current date. The formula I have in it already is: =EDATE(D2, 12) This takes the date that I plug into the column before it and just adds 12 months to it. Thanks for any help you can offer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If formula current/expired/blank | Excel Worksheet Functions | |||
Highlight Expired dates | Excel Discussion (Misc queries) | |||
find expired dates =IF((E11-TODAY()<0), "EXPIRED", "OK") | Excel Worksheet Functions | |||
Conditional Format: Expired dates wanting cell to change color | Excel Discussion (Misc queries) | |||
Output of expired dates | Excel Worksheet Functions |