S
stan
Data:
A1=x
B1=blank
C1=x
I am trying to create an IF statement which will evaluate
as TRUE IF A1=x AND B1=x OR C1=x. This one does not work
for me...
=IF(AND(A1 = "x", OR(B1 = "x", C1 = "x")), "True", "False")
I get the MS Excel Pop-Up that says there is a problem
with the formula.
Any thoughts ?
A1=x
B1=blank
C1=x
I am trying to create an IF statement which will evaluate
as TRUE IF A1=x AND B1=x OR C1=x. This one does not work
for me...
=IF(AND(A1 = "x", OR(B1 = "x", C1 = "x")), "True", "False")
I get the MS Excel Pop-Up that says there is a problem
with the formula.
Any thoughts ?