Data Validation List Dependent on Another Data Validation List

mblander

New Member
Joined
Oct 19, 2009
Messages
24
I have a dataset in five columns (Let's call the headers "Claim Stage 1, Claim Stage 2, Claim Stage 3, Claim Stage 4, Claim Stage 5"). Under each header, I have 100 data options to choose from. What I'd like to do is have two drop-down data validation lists where the second is dependent on the first.

I have my first dropdown which allows me to select any of the Claim Stages. Now, for example, I choose "Claim Stage 3". What I would like to do is to do a vlookup within the next data validation list where it would give me only the data from the "Claim Stage 3" column.

Suggestions?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
I have a question that somewhat relates to the one the OP had.

I have 3 columns of data.

Name of Film - Film Length - Film Width


Those are the column names and the data is filled in accordingly, but instead of having 70 rolls showing for each film, I'd like to put a drop down in the first column. And once the film is selected, in the next 2 cells it fills in the Length and Width accordingly. How is this possible.


Lamans terms are never seen as an insult when it comes to Excel:)

Thanks in advance
 
Upvote 0
What you need (to do) here is create a simple data table like so in Range A1:D6

From within Cell F1 goto Data Validation
Under Allow: Select List
In Source enter $B$2:$B$6
OK out Cell F1 should have Drop-down arrow to right afterwards

Enter Formulas in Cell Hi and I1

Select from F1 Drop down --- Done
 
Upvote 0
opps, forgot to post,,,,,,,,,,,,
Excel Workbook
ABCDEFGHI
1Film#FilmNameFilmLengthFilmWidthFilmName330040
210FilmName110020
320FilmName220030
430FilmName330040
540FilmName440050
650FilmName550060
Sheet1
Excel 2007
Cell Formulas
RangeFormula
H1=VLOOKUP($F1,$B$2:$D$6,2,FALSE)
I1=VLOOKUP($F1,$B$2:$D$6,3,FALSE)
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,193
Members
452,616
Latest member
intern444

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