SuperSpartan1431
New Member
- Joined
- Mar 9, 2011
- Messages
- 2
I am going to try and simplify down what I am doing to see if anyone can help. If I need to get into more detail, I can basically send the file to someone. TIA for any help.
I have 3 cells that are blank. G2, H2 and I2
2 rows below the cells I have a cell in which I have the formula below.
IF(AND(G2=x,H2=y,I2=z),yes,"")
This displays "yes" if cell G2 has value x, H2 has value y and I2 has value z. It displays "" if any of those are not true.
What would the formula be if I wanted the above to work if one of the three cells is correct and the others are not filled in yet or "".
So it should still return "yes" when G2=x, but H2 and I2 are "", but not return "yes" if G2 does not equal x and H2 and I2 are "".
I have 3 cells that are blank. G2, H2 and I2
2 rows below the cells I have a cell in which I have the formula below.
IF(AND(G2=x,H2=y,I2=z),yes,"")
This displays "yes" if cell G2 has value x, H2 has value y and I2 has value z. It displays "" if any of those are not true.
What would the formula be if I wanted the above to work if one of the three cells is correct and the others are not filled in yet or "".
So it should still return "yes" when G2=x, but H2 and I2 are "", but not return "yes" if G2 does not equal x and H2 and I2 are "".