Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=IF(A2<DATEVALUE("4/1/2008"),"old","ok") -- Don Guillett Microsoft MVP Excel SalesAid Software "alish" wrote in message ... Hi All, I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=If(A2<--"2008-04-012,"old","ok")
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alish" wrote in message ... Hi All, I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
typos
=IF(A2<--"2008-04-01","old","ok") -- Don Guillett Microsoft MVP Excel SalesAid Software "Bob Phillips" wrote in message ... =If(A2<--"2008-04-012,"old","ok") -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alish" wrote in message ... Hi All, I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank-you.
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Don Guillett" wrote in message ... typos =IF(A2<--"2008-04-01","old","ok") -- Don Guillett Microsoft MVP Excel SalesAid Software "Bob Phillips" wrote in message ... =If(A2<--"2008-04-012,"old","ok") -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alish" wrote in message ... Hi All, I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is one more way...
=IF(A2<DATE(2008,4,1),"old","ok") Rick "alish" wrote in message ... Hi All, I need your help in showing me how to put a date in the formula, for instance: =If(A2<4/01/2008,"old","ok") I know I can't just put a date there, I think there must be something at each ends of the date. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) |