MattinglyC
New Member
- Joined
- May 17, 2017
- Messages
- 1
Help =)
I am wondering if it is possible (and if so, how) to apply two validation rules to a single cell. For example:
Column A has a data validation to select from a drop down list (Yes, No, N/A).
Column B has a data validation to select from a drop down list (Steroids, NSAIDS, Other).
What I want is to set column B to have a second validation rule =IF(A1="Yes",true,false), so that column B cannot provide the dropdown list/be completed if Column A is No or N/A.
Right now I can set a validation for column b to select from a list, but I don't know how to tell column B to only provide the list if Column A = Yes.
Thanks for the help!!
CMatt
I am wondering if it is possible (and if so, how) to apply two validation rules to a single cell. For example:
Column A has a data validation to select from a drop down list (Yes, No, N/A).
Column B has a data validation to select from a drop down list (Steroids, NSAIDS, Other).
What I want is to set column B to have a second validation rule =IF(A1="Yes",true,false), so that column B cannot provide the dropdown list/be completed if Column A is No or N/A.
Right now I can set a validation for column b to select from a list, but I don't know how to tell column B to only provide the list if Column A = Yes.
Thanks for the help!!
CMatt