Dependent Drop Down Lists Referencing Multiple Worksheets

kreiter

New Member
Joined
Nov 19, 2013
Messages
7
This is my first post so I hope to get some good easy feedback.

I am making a document for quoting materials and the first worksheet is quoting, all others will be Material Data Sheets. I want to make a drop down list on the first worksheet that can choose from any of the available materials (done) then depending on what material is selected, I want it to give choices in the drop down of the available thicknesses of said material. Possible?

For further explanation, if rubber has thicknesses of 1,2, and 3" and cork has thicknesses 4,5, and 6, if rubber is selected I don't want 4,5, or 6 available to choose. Thanks!!!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi kreiter - Try using Data Validation to generate the Dropdown List and then in the Data Validation range use =INDIRECT(A1). In Cell A1 you can then place a changeable Named Range calling out your various options. As cell A1 changes, so will the options in the Dropdown List. Check out the website reference at: http://www.contextures.com/xlDataVal02.html Hope this helps.
 
Upvote 0
goesr,

I have tried that but I keep getting confused being that each selection in the drop down list has it's own worksheet. so each selection would reference a list in a different worksheet. For example, Worksheet 1 has drop down list of materials A,B,C, and D (All materials have their own worksheets A,B,C, and D) A has options 1 and 2, Material B has 3 and 4, etc. If I select material B I would like the second drop down list to have options 3 and 4. So the problem I'm running into is with multiple worksheets and the indirect function is proving difficult and complex...
 
Upvote 0
Hi kreiter - I was able to define a range in another workbook using the format: Range4 =[Book1.xlsx]Sheet1!$A$1:$A$4.

Hope this helps.
 
Upvote 0
And it makes it more difficult that the name of the cells can not have spaces and from what I've seen need to be an exact match to what my first drop down list selections are.
 
Upvote 0

Forum statistics

Threads
1,216,066
Messages
6,128,573
Members
449,459
Latest member
20rayallen

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