Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi.
This may be simple, (and hope you understand what I am trying to do) but I can't get it to work. Basically, I am trying to determine if a person is eligible based on hire or rehire dt but also may or may not be based on basic or nonbasic dt. I have HIRE (A2), REHIRE (B2), BASIC (C2) and NONBASIC (D2) dt. How do I set up nested IF statements to determine if HIRE or REHIRE dt is < = than 1/4/05? If eligible, Yes. And if BASIC OR NONBASIC dt is = 1/4/05, Check. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(OR(OR(HIRE<=DATE(2005,4,1),REHIRE<=DATE(2005,4 ,1)),OR(BASIC=DATE(2005,4
,1),NONBASIC=DATE(2005,4,1))),"yes","no") is my best guess at what you are saying -- HTH Bob Phillips (remove nothere from email address if mailing direct) "jazzydwit" wrote in message oups.com... Hi. This may be simple, (and hope you understand what I am trying to do) but I can't get it to work. Basically, I am trying to determine if a person is eligible based on hire or rehire dt but also may or may not be based on basic or nonbasic dt. I have HIRE (A2), REHIRE (B2), BASIC (C2) and NONBASIC (D2) dt. How do I set up nested IF statements to determine if HIRE or REHIRE dt is < = than 1/4/05? If eligible, Yes. And if BASIC OR NONBASIC dt is = 1/4/05, Check. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Actually, I am trying to use the IF statement for dates. My logic is if
A2 =<"1/4/2005", yes. If not, no. When I use the IF statement for the dates i have, results are return as "yes". However, i do have dates that is greater than 1/4/2005, which results should return as "no" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, but I continue to "yes" for all my dates.
|
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
IT WORKED!! Some of my dates were not formatted correctly. THANKS!!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to add more than 7 if nested statements. 7 is the limit. | Excel Discussion (Misc queries) | |||
How to: Multiple "if" statements? | New Users to Excel | |||
how do I use multiple nested functions? | Excel Worksheet Functions | |||
Nested IF statements | Excel Worksheet Functions | |||
Problem with data using IF and Nested IF statements possibly??? | Excel Discussion (Misc queries) |