S
Sean.rogers
Can you have multiple tests, in the test section of the if statement? For
example.
If (A2=1or2or5or25,True,False)
example.
If (A2=1or2or5or25,True,False)
Sean.rogers said:Can you have multiple tests, in the test section of the if statement? For
example.
If (A2=1or2or5or25,True,False)
Max said:Try it like this: =IF(OR(A1={1,2,5,25}),"Y","N")
---