King_Louie
New Member
- Joined
- Dec 7, 2019
- Messages
- 13
- Office Version
- 2016
- Platform
- 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," ","_"))
Manufacturer=ManufacturerList (named table reference)
Style: =INDIRECT(SUBSTITUTE(A1," ","_"))
Model: =INDIRECT(SUBSTITUTE(B1," ","_"))
A | B | C | |
1 | Manufacturer | Style | Model |
2 | BMW | SUV | X5 |
3 | BMW | Sedan | 3 Series |
4 | Ford | Truck | F-150 |
5 | Ford | Performance | Mustang |
6 | Dodge | Performance | Challenger |
7 | Dodge | Truck | RAM |