B
Bob
In simple terms i am trying to say if the value in box E2 is "CASH02"
or the cell is empty then put "ACTIVE" otherwise put "CLOSED"
I have tried many permutations of
=if(E2 in ("CASH02", " "),"ACTIVE","CLOSED")
I would be grateful if somebody could please correct this. Thank you
or the cell is empty then put "ACTIVE" otherwise put "CLOSED"
I have tried many permutations of
=if(E2 in ("CASH02", " "),"ACTIVE","CLOSED")
I would be grateful if somebody could please correct this. Thank you