Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to compare the date in two cells. The format is mm/dd/yyyy. How
do I have to change the formula below to make the comparison work? =IF(C1<8/1/2007,F1,0) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(C1<--"2007-08-01",F1,0)
or =IF(C1<DATE(2007,8,1),F1,0) assuming you meant August 1st and not January 8th -- Regards, Peo Sjoblom "Thea" wrote in message ... I'm trying to compare the date in two cells. The format is mm/dd/yyyy. How do I have to change the formula below to make the comparison work? =IF(C1<8/1/2007,F1,0) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting for cell date to equal today's date | Excel Worksheet Functions | |||
Create a button that will date stamp todays date in a cell | Excel Discussion (Misc queries) | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
How to update a cell if a specific date is included in a date rang | Setting up and Configuration of Excel | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |