Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have an if statement with 5 nested if statments , each if statement satisfy's more than 1 condition, example : IF(AND(HOUR(D6)<=HOUR(F6),OR(HOUR(D6)<=20,HOUR(D6) =8),MINUTE(D6)MINUTE(F6)), " Target", IF(AND(HOUR(D6)<=HOUR(F6),OR(HOUR(D6)<=20,HOUR(D6) =8),MINUTE(D6)<MINUTE(F6)),"Target not met", another if statement and so on))) But when I add another if condition, system gives me a message that their is error in formula. I have checked the formula but their is no error. If I take one of the if condition, it works. Please advise how many conditions can I specify in a function and if my conditions are more, then what is the best way to get the results. Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested if help | Excel Worksheet Functions | |||
nested if | Excel Discussion (Misc queries) | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Nested If help | Excel Worksheet Functions | |||
More than 7 nested IF(AND... | Excel Worksheet Functions |