Data Validation Inseption - 3 Layers Deep Dependant Unique Lists

CamB

New Member
Joined
Jun 2, 2011
Messages
3
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.

Excel Workbook
ABC
1Plant ClassificationNameSub Species
2FruitAppleGranny Smith
3FruitAppleRed Delicious
4FruitWatermelonBlack Seed
5FruitWatermelonSeedless
6VegetablePotatoGolden Brown
7VegetablePotatoPink eye
8VegetableCarrotJuicing
9VegetableCarrotEating
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.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hello & Welcome to the Board,

Did you download the sample workbook?

One you create the first validation list, in B1 you would create your second validation but instead of a list as the source you would enter =INDIRECT(A1)

When it comes to more than two data validation lists it gets a little more tricky, but if you look here http://www.contextures.com/xlDataVal15.html this will go you going in the right direction.

There is a sample file there also.
 
Upvote 0

Forum statistics

Threads
1,217,358
Messages
6,136,091
Members
449,991
Latest member
IslandofBDA

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