J
Jeff Gross
I searched through previous posts and thought I had found a similar
situation, but it is not working still so I thought I would post myself.
I have a drop-down list in cell E7 with two options to pick from - STEL, PBZ.
I have a data validation in cell E9 that needs to require that if STEL is
picked, then the value entered must be 30; otherwise if PBZ is picked, then
any number is acceptable.
I tried the following formula as my data validation and unchecked "ignore
blank":
=AND((E5="STEL"),(E7=30))
Apparently something is wrong because it doesn't matter what is picked in
cell e5, it requires that the cell be 30 all the time even if PBZ is picked.
What am I missing on this? It seems so simple?
Help.
situation, but it is not working still so I thought I would post myself.
I have a drop-down list in cell E7 with two options to pick from - STEL, PBZ.
I have a data validation in cell E9 that needs to require that if STEL is
picked, then the value entered must be 30; otherwise if PBZ is picked, then
any number is acceptable.
I tried the following formula as my data validation and unchecked "ignore
blank":
=AND((E5="STEL"),(E7=30))
Apparently something is wrong because it doesn't matter what is picked in
cell e5, it requires that the cell be 30 all the time even if PBZ is picked.
What am I missing on this? It seems so simple?
Help.