excel formula non trivial nested OR -
how form if function following statement:
if (1 or 2 happens) if 1 happens happens , if 2 happens b happens?
i think talking nested if statement
stick numbers 1, 2, 3 in cells a1, a2, a3, in cell b1 stick below formula , drag down
=if(a1=1,"a happens",if(a1=2,"b happens","neither or b")) and results

Comments
Post a Comment