Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
=IF(AND(E11<"",E10E11),((E10-E11)*D10*C10),0) if E11 is blank, it will return 0. you can replace "" to 0 in the formula -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis "cjborntorun" wrote: I have the following formula: =IF((E10E11),((E10-E11)*D10*C10),0) I'm trying to add an additional "IF" clause to this formula where cell E11 is not NULL. I haven't seemed to hit upon the correct formula. Ideas? Please advise. Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
any formula to convert numbers in word form, e.g. "2" as "Two"? | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |