Hello,
I am trying to figure out a relatively complicated IF formula
the logic is as follows
IF A1 is 0 and B1 is 0 Type "OK"
IF A1 has a value and B1 is 0 "Not OK"
IF B1 has a value and A1 is 0 "Not OK"
IF A1 has a value and B1 has value "OK"
is it possible to put this 4 cases in one IF formula ?
I am trying to figure out a relatively complicated IF formula
the logic is as follows
IF A1 is 0 and B1 is 0 Type "OK"
IF A1 has a value and B1 is 0 "Not OK"
IF B1 has a value and A1 is 0 "Not OK"
IF A1 has a value and B1 has value "OK"
is it possible to put this 4 cases in one IF formula ?