Reputation: 858
I want to combine 2 data validation into one cell. I can do it with separate cell, but had no idea on how to combining them.
First Validation: a list contains certain options for user to choose, and an others if it is not inside the list.
When Others is being selected, User can input their own data.
First Validation Setting
Second Validation: a cell that needs to starts with a certain format, else error message will appear. e.g. users can are only to allow to input in this format ABC xxxxx
Second Validation Setting
I want to combined the list validation and the custom validation to one cell F2
. So users can choose either the options given, or choose other and input the data they want, but the format must be ABC xxxx
.
Any suggestions and helps are appreciated. Thanks in advance
Upvotes: 1
Views: 636