"IF AND" statement

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

Guest

I'm trying to get this formula to work.

IF V55 equal 1 and V34 is less than or equal to 10 and V35 is less than or
equal to 10 then I want a "1" or a "0"

I get a "1" or a "False" with the formula below.

Any idea how to get the "1" or "0"

=IF(V55=1,AND(V34<=10,AND(V35<=10,1,0)))
 

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