Hi,
I have an excel sheet that need to look for values in a table.
I want to select from a dropdown a BRAND, then when I select the BRAND I want a unique list of all the models for that BRAND. Then select a MODEL and have the next dropdown have a list of all the SIZES...
First picture is the tab with the dropdowns.
Next picture is the table to select the data from.
My dropdown from BRAND works not for anything else.
=OFFSET(BRAND,MATCH(A6,BRAND,0),4,COUNTIF(BRAND,A6),1)
I have created named ranges. But not sure if that's correct.
I have an excel sheet that need to look for values in a table.
I want to select from a dropdown a BRAND, then when I select the BRAND I want a unique list of all the models for that BRAND. Then select a MODEL and have the next dropdown have a list of all the SIZES...
First picture is the tab with the dropdowns.
Next picture is the table to select the data from.
My dropdown from BRAND works not for anything else.
=OFFSET(BRAND,MATCH(A6,BRAND,0),4,COUNTIF(BRAND,A6),1)
I have created named ranges. But not sure if that's correct.