B
Bob Myers
I'm looking for a custom formula for data validation in a cell. The user is
to be allowed to enter either Yes or No in accordance with the following
logic:
If (True, "No", Or("Yes", "No")) {If a condition is True, he can't do
it; otherwise, he has a choice.}
Respectfully submitted,
Bob Myers
to be allowed to enter either Yes or No in accordance with the following
logic:
If (True, "No", Or("Yes", "No")) {If a condition is True, he can't do
it; otherwise, he has a choice.}
Respectfully submitted,
Bob Myers