Dependent Drop-Down Lists

King_Louie

New Member
Joined
Dec 7, 2019
Messages
13
Office Version
  1. 2016
Platform
  1. Windows
Currently have a series of dependent drop lists using Tables and indirect formulas using the below formulas. It works perfectly but I would like to find a way to maintain a single table as per the below versus have to create multiple tables to ease with data modification such as, (1) new variant (e.g., EV), modify name (e.g., Sport i/o Performance) and/or want to add additional dependent drop-down lists (e.g., column for Color)?

Manufacturer=ManufacturerList (named table reference)
Style: =INDIRECT(SUBSTITUTE(A1," ","_"))
Model: =INDIRECT(SUBSTITUTE(B1," ","_"))

ABC
1​
ManufacturerStyleModel
2​
BMWSUVX5
3​
BMWSedan3 Series
4​
FordTruckF-150
5​
FordPerformanceMustang
6​
DodgePerformanceChallenger
7​
DodgeTruckRAM
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
It works perfectly but I would like to find a way to maintain a single table as per the below versus have to create multiple tables to ease with data modification
If you're willing to use macro then please check this:
 
Upvote 0
Solution
Thanks for the reply. I think you have the solution in your last post! There is a follow up question but I'll move to the other thread.
 
Upvote 0

Forum statistics

Threads
1,215,563
Messages
6,125,568
Members
449,237
Latest member
Chase S

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top