Hello, I have a situation where I have a named range of data that looks like this:
ColA ColB
Q1 Al
D1 Andrew
C3 Bob
T3 Fred
Z1 Joe
Q1 Ted
Column A is a classification and column B is the users name.
The list is sorted by column B so the names would show up alphabetically in the data validation list.
So far so good.
Now the part that is messing me up: I want to have a data validation dropdown specific to each classification.
For example, I want a data validation dropdown that displays from this list only the users with a C3 classification.
I want another data validation dropdown that displays from this list only the users with a D1 classification and so on for each classification.
If there are five classifications, I'll have five data validation dropdown lists.
The question is how do I create a formula that I can put in the data validation source field that will filter the named range that is the above list?
Thanks for your help!!
ColA ColB
Q1 Al
D1 Andrew
C3 Bob
T3 Fred
Z1 Joe
Q1 Ted
Column A is a classification and column B is the users name.
The list is sorted by column B so the names would show up alphabetically in the data validation list.
So far so good.
Now the part that is messing me up: I want to have a data validation dropdown specific to each classification.
For example, I want a data validation dropdown that displays from this list only the users with a C3 classification.
I want another data validation dropdown that displays from this list only the users with a D1 classification and so on for each classification.
If there are five classifications, I'll have five data validation dropdown lists.
The question is how do I create a formula that I can put in the data validation source field that will filter the named range that is the above list?
Thanks for your help!!