Dynamic dropdown from Table

MichaelSchulz

Board Regular
Joined
Apr 10, 2014
Messages
64
I have the following table:
BrandTypeProductName
Brand A100Product_01
Brand A100Product_02
Brand A200Product_03
Brand A200Product_04
Brand A300Product_05
Brand A300Product_06
Brand B100Product_07
Brand B100Product_08
Brand B200Product_09
Brand B200Product_10

On another tab, I have a sheet with three cells with dropdown values.
Brand(Brand dropdown)
Type(Type dropdown)
Product(ProductName dropdown)

The Brand dropdown is a list of unique values from the Brand column in the table
The Type dropdown is a list of unique values from the Type column in the table

What I want is for the Product dropdown to display the values based on the selections from the Brand and Type dropdowns.
Examples:
if the User selects Brand A and Type 200 then the only options displayed in the Product dropdown would be Product_03 and Product_04
if the User selects Brand B and Type 100 then the only options displayed in the Product dropdown would be Product_07 and Product_08

How can this be done? Without VBA?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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