Hi I am using Excel 2013 and I want to use an IF AND statement to check the value of 1 cell and another.
So I am checking:
if B1=1 AND B2=100 is true I want to return the value "2" if B1=1 AND B2<100 I want to return the value "1"
if B1=2 AND B2=100 is true I want to return the value "3" if B1=2 AND B2<100 I want to return the value "2"
How can I do this? I am struggling with trying to write a formula and think I may need to use vba, can anyone help?
So I am checking:
if B1=1 AND B2=100 is true I want to return the value "2" if B1=1 AND B2<100 I want to return the value "1"
if B1=2 AND B2=100 is true I want to return the value "3" if B1=2 AND B2<100 I want to return the value "2"
How can I do this? I am struggling with trying to write a formula and think I may need to use vba, can anyone help?