Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or you could even do this:
=(D10=0)*((D10=0)*K10+(D10<0)*L10) -- ** John C ** "John C" wrote: Your first 2 IF statements, D10<K10 and D10=K10, well D10 will always meet one of those 2 criteria, so will never worry about D10=0. You need to evaluate that first: =IF(D10=0,0,IF(D10<K10,L10,F10)) Hope this helps. -- ** John C ** Please remember if your question is answered, to mark it answered :). It helps everyone. "ACarella" wrote: I have the following if statement. The third IF statement is not working. Please help. Thank you. Arlene =IF(D10<K10,L10,IF(D10=K10,F10,IF(D10=0,0.00))) the 3rd IF statement can also be interpreted as IF(B10=' ',D10))) If cell B10 is blank, then return the value in D10 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF with nested AND | Excel Discussion (Misc queries) | |||
nested ifs not enough | Excel Discussion (Misc queries) | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Nested If / And / Or ? | Excel Discussion (Misc queries) | |||
Nested IF | Excel Discussion (Misc queries) |