If function

J

John

Can I have the "IF" function look at multiple arguments
before returning a value. If this is possible, how do I
write the formula? Example : If(A1=1 and B1=2,"","") Thank
you
 
B

BenjieLop

=if(and(A1=1,B1=2),"","")


<< Can I have the "IF" function look at multiple arguments
before returning a value. If this is possible, how do I
write the formula? Example : If(A1=1 and B1=2,"","") Thank
you>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top