L
Lee
I am trying to create a nested conditional statement.
This is what I've written:
=IF(if(b2=1,"1"," "),(W2<>W3,1," "))
Basically, I want to look first at cell b2 to determine if
it contains a 1; if no, it should put a null in cell A2
and stop; if yes, then it needs to determine if cell W2
and W3 are equal, and put a 1 in cell A2 if not equal.
Thanks, Lee
This is what I've written:
=IF(if(b2=1,"1"," "),(W2<>W3,1," "))
Basically, I want to look first at cell b2 to determine if
it contains a 1; if no, it should put a null in cell A2
and stop; if yes, then it needs to determine if cell W2
and W3 are equal, and put a 1 in cell A2 if not equal.
Thanks, Lee