Multiple criteria IF statements?

  • Thread starter Thread starter Eán
  • Start date Start date
E

Eán

Can you have an if statement with mulitple criteria?
For example IF columns A1:A22 contain "High" and columns B1:B22 contain
"Low" then returns a value of 5?
 
=IF(A:A="High",IF(B:B="Low",5,""),"")

If this post helps click Yes
 

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