Without using VBA, is it possible to have the data validation of a cell differ depending on the contents of another cell? For example, if "Yes" is entered into cell A1, then A2 is populated with a list of items. If on the other hand "No" is entered into A1, then A2 allows any value.
In other words, I am looking for a way to dynamically change the data validation TYPE (i.e. Any Value, Date or List etc) depending on the contents of a cell rather than dynamically change the contents of a list depending on the contents of a cell.
In other words, I am looking for a way to dynamically change the data validation TYPE (i.e. Any Value, Date or List etc) depending on the contents of a cell rather than dynamically change the contents of a list depending on the contents of a cell.