If statement in excel? -
i found excel has if feature
= if(booleanexpression, truevalue, falsevalue) i trying use think there wrong boolean statement.
i have:
=if ( ( ((.8*p20)>(1.35*h20)) , ( (.8*p20)<(2*h20))), (.8*p20), (1.35*h20)) i'm assuming problem , part. there way can check 2 conditions here?
the syntax of and different:
=if(and(statement1, statement2), v_if_true, v_if_false)
vba uses and differently:
if statement1 , statement2 then
Comments
Post a Comment