and if

  • Thread starter Thread starter dee
  • Start date Start date
D

dee

I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true
 
You don't need the if to return true/false as And returns True/False

=And(h2>=5, I2="C")
 

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