Forum Discussion
Syam4
May 25, 2023Copper Contributor
Unable to create a dynamic and dependent dropdown!
Hello all, I have an excel workbook with two work sheets 'Material Register' and 'Lists'. Sheet 'Lists' has a table named 'MaterialData' which will capture name of supplier and brand names. in...
- May 25, 2023
See the attached version. I created a named range SupplierList and used that in the data validation formula.
Syam4
May 25, 2023Copper Contributor
Brilliant..! Thanks a lot Hans 🙂
Using the same logic I tried to connect between column 'Brand Name' and 'Item Name/Description' of sheet 'Material Register' which did NOT work.! I used the named range 'ItemList' for the same and below is the formula I used -
=OFFSET(Lists!$AF$2, MATCH($C4, ItemList, 0), 0, COUNTIF(ItemList,$D4), 1)
Could you please advice and help me fix this too.?
Thanks in advance,
Using the same logic I tried to connect between column 'Brand Name' and 'Item Name/Description' of sheet 'Material Register' which did NOT work.! I used the named range 'ItemList' for the same and below is the formula I used -
=OFFSET(Lists!$AF$2, MATCH($C4, ItemList, 0), 0, COUNTIF(ItemList,$D4), 1)
Could you please advice and help me fix this too.?
Thanks in advance,
HansVogelaar
May 25, 2023MVP
Can the same brand name occur more than once in the Brand Name column of MaterialData, for different supplier names?
- Syam4May 25, 2023Copper ContributorYes it can (Supplier 1 and Supplier 2 can sell the same Brand and Product). Our requirement is to list Brand Name relevant to selected Supplier first and then Items relevant to selected Brand Name.