"AND" & "OR" in a IF loop

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

Guest

how do I combine AND and OR in a nested IF statement.
eg: IF((AND(ab=5,ac=1)or(ac=2),"correct",if(........)))
pls help.
 
Maybe like this:

=IF(AND(AB1=5,OR(AC1={1,2})),"correct",IF(...................

Biff

""AND" & "OR" in a IF loop" <"AND" & "OR" in a IF
(e-mail address removed)> wrote in message
news:[email protected]...
 

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