G Guest Sep 3, 2006 #1 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.
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.
B Biff Sep 3, 2006 #2 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]...
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]...