Drop Down Lists Dependent on Two Factors

olimajor123

Board Regular
Joined
Nov 13, 2013
Messages
72
Hi there,

I am making some drop down lists but the options that one returns is dependent on what has been entered into two other drop downs. I know you can link then up by using the INDIRECT function if there is only one other list that affects it but how would I do it if there are two.

For example the drops downs could be.

First Dropdown - Data group called "Name" - You can pick A, B, C or D
Second Dropdown - Data group called 'Number' - You can pick 1,2,3 or 4


If the first one reads A and the second 4, I want the third dropdown to only give the option of "Red". If the first reads A and 2, then I want it to give the option of "Yellow" etc.

I understand I could probably use an IF function instead of the third dropdown but ideally I want to stick to the dropdowns if possible.

Any help would be appreciated.

Thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
How are you creating the drop down lists? Form Combobox, ActiveX combobox, Data Validation, VBA form? Also, if for every combination of values from the existing 2 dropdowns results in only one choice, do you really need another dropdown, or should you just populate the cell, and remove one step for the user?
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,576
Members
448,972
Latest member
Shantanu2024

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