Here are some problems that our users have asked and received explanations on
Hi, can you please help me with nested IF statement in Excel?
IF(A=1) else check next cell IF(B=1) else check next cell IF(C=1) then perform calculation.
Solved by C. C. in 19 mins
excel vba code if then else - why does the code stop if meets the first condition
Solved by C. Y. in 21 mins
I need formula to express: IF (23 > 0 AND 26 > (24+ 23), 26-23-24)
ELSE IF (23 <= 0 AND 26 > 24, 26 - 24) ELSE 0
Solved by M. H. in 18 mins
How do I state a formula in Excel that posits if (cell location) = blank then insert blank else do formula?
Solved by V. Q. in 21 mins
I need the formula that solves the following nested if for ATP:
If C18 = 0
then C19 = 0
Else If D18 = 0
Then C19=MAX(C18-(C11+C12),0)
Else C19=MAX(C18-(C11),0)