Hello all,
I've been charged at work with speeding up some spreadsheet creation via using data validation lists. I've been trying different things for the past few days and have hit a wall.
Lets say we have 3 lists; Plant Classification, Name, Sub Species.
Some mockup data would look like. Not really the data I would be using but once i have the process down I can adapt it.
Ultimately what I would like is for on a separate sheet to have a data validation drop down with just the three columns with each only showing unique values and being dependent on the previous value.
I've been told I cannot use VBA to do this as some clients have had issues with macro enabled workbooks in the past.
I've gotten as far as doing one unique list. But am stuck at the second.
It would be fine if the data was static but the client needs to change/modify and add new data.
Any help would be greatly appreciated.
I've been charged at work with speeding up some spreadsheet creation via using data validation lists. I've been trying different things for the past few days and have hit a wall.
Lets say we have 3 lists; Plant Classification, Name, Sub Species.
Some mockup data would look like. Not really the data I would be using but once i have the process down I can adapt it.
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Plant Classification | Name | Sub Species | ||
2 | Fruit | Apple | Granny Smith | ||
3 | Fruit | Apple | Red Delicious | ||
4 | Fruit | Watermelon | Black Seed | ||
5 | Fruit | Watermelon | Seedless | ||
6 | Vegetable | Potato | Golden Brown | ||
7 | Vegetable | Potato | Pink eye | ||
8 | Vegetable | Carrot | Juicing | ||
9 | Vegetable | Carrot | Eating | ||
Sheet3 |
Ultimately what I would like is for on a separate sheet to have a data validation drop down with just the three columns with each only showing unique values and being dependent on the previous value.
I've been told I cannot use VBA to do this as some clients have had issues with macro enabled workbooks in the past.
I've gotten as far as doing one unique list. But am stuck at the second.
It would be fine if the data was static but the client needs to change/modify and add new data.
Any help would be greatly appreciated.