Thread
:
how to inplement "if then else"
View Single Post
#
1
Leo Kerner
Posts: n/a
how to inplement "if then else"
Can somebody tell me how to implement "if then else" structures in
excel?
Something like
if C3 < 56 then B1= function_1
else if (C3 56 AND C3 <100) then B1 = function_2
else B1 = funcion_3
Thanks.
Leo
Reply With Quote