I have a table with two columns - departments and employees. There are multiple departments, and multiple employees within each department. For example:
Dept. Employee
1 Bob
1 Mike
1 Sally
2 Tom
2 Karen
3 Joe
4 Katie
I'd like to create a named range (to use in data validation) that is driven off of whatever department a user selects. If they select department 1, the range would be B2:B4, if they select department 3, the range would be B7:B7. I've seen dynamic named ranges using offset (and maybe index?) but it seems they all rely on a static starting point. Any thoughts on how I might be able to do this?
Thanks!
Dept. Employee
1 Bob
1 Mike
1 Sally
2 Tom
2 Karen
3 Joe
4 Katie
I'd like to create a named range (to use in data validation) that is driven off of whatever department a user selects. If they select department 1, the range would be B2:B4, if they select department 3, the range would be B7:B7. I've seen dynamic named ranges using offset (and maybe index?) but it seems they all rely on a static starting point. Any thoughts on how I might be able to do this?
Thanks!