if function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possaiable to get the if comand to respond with something based on two
cells, if so how is it done

Thanks for any help you can give
 
Yes, first you have to determine the conditions for both cells, the the
logical relation of these conditions, say in this example AND, then this
formula

=IF(AND(A1="a",B1="b"),"yes","no")

returns "yes" if cell A1="a" and cell B1="b".

Regards,
Stefi

„Dreamstar_1961†ezt írta:
 

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

Back
Top