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

nested if


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -