I have three columns and a single row
A1 can have values 1,2,3,4
B1 can have values A,B,C,D
C1 =IF(B1=A,"X1",IF(B1=B,"X2",IF(B1=C,"X3",IF(B1=D,"X4"))))
When A1 is a value of 1 or 2 then this formula applies.
What I want to include in the above formula - if B1 is equal to A or B and A1 is equal to 3 or 4 then I want a blank.
1 A X1
I tried nesting the AND formula without success
Thanks for your help
A1 can have values 1,2,3,4
B1 can have values A,B,C,D
C1 =IF(B1=A,"X1",IF(B1=B,"X2",IF(B1=C,"X3",IF(B1=D,"X4"))))
When A1 is a value of 1 or 2 then this formula applies.
What I want to include in the above formula - if B1 is equal to A or B and A1 is equal to 3 or 4 then I want a blank.
1 A X1
I tried nesting the AND formula without success
Thanks for your help