S
stan
Hi Gurus.I have 3 columns tracking status - A,B,C. The value in
each column can be 'x' or blank. I am trying to create
an IF Statement that will return True if column A equals x
AND if either column B OR C equals x.
Thank you for your guidance.
each column can be 'x' or blank. I am trying to create
an IF Statement that will return True if column A equals x
AND if either column B OR C equals x.
Thank you for your guidance.
B1="x",C1="x")),ValueIfTrue,ValueIfFalse)This one did not work: =IF(AND(A1="x",OR