OaklandJim
Well-known Member
- Joined
- Nov 29, 2018
- Messages
- 869
- Office Version
- 365
- Platform
- Windows
This is a classic. I have a list of insurance providers and a list of corresponding plan types for the providers, both in a sheet named Drug Plans. In another worksheet (named Drug Comparison) I have a data validation dropdown listing all providers (based on the values in the Drug Plans worksheet). When user selects a provider I need a second data validation that only lists the relevant plan types (based on the values in the Drug Plans worksheet) for the provider selected.
Providers are listed in a range named Providers (range B5:B24) and the plan types are listed in a range named Plans (range C5:C24), both in a sheet named Drug Plans.
Might you suggest an approach to setting up the second dropdown to include just the relevant plan type(s)?
Jim
Providers are listed in a range named Providers (range B5:B24) and the plan types are listed in a range named Plans (range C5:C24), both in a sheet named Drug Plans.
es.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
3 | |||||
4 | Provider | Plan | |||
5 | 1 | Anthem | Basic | ||
6 | 2 | Anthem | Plus | ||
7 | 3 | Blue Shield | Plus | ||
8 | 4 | Blue Shield | Enhanced | ||
9 | 5 | Humana | Value RX | ||
10 | 6 | Humana | Premier | ||
11 | 7 | SilverScripts | Choice | ||
12 | 8 | Wellcare | Value Script | ||
13 | 9 | Wellcare | Classic | ||
14 | 10 | Wellcare | Value Plus | ||
15 | 11 | Cigna | Saver Rx | ||
16 | 12 | Cigna | Assurance | ||
17 | 13 | Cigna | Extra | ||
18 | 14 | UHC | Preferred | ||
19 | 15 | UHC | Saver | ||
20 | 16 | ||||
21 | 17 | ||||
22 | 18 | ||||
23 | 19 | ||||
24 | 20 | ||||
Drug Plans |
Might you suggest an approach to setting up the second dropdown to include just the relevant plan type(s)?
Jim