Conditional multiple drop-down functionality

prameetghosh87

New Member
Joined
Aug 25, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Background: We have database where we maintain brands and product details. There are around 20000 brands and around 30000 products. Please refer the image for sample data.

Question: We have now got some 100 brands. We need to check if they are present in the list of 20000 brands and display all similar brands in the drop-down list. For example, if user enter "ABC" brand, we should display brand starting with ABC in the drop down. In our case, it will be ABC, ABC Pro and ABC Plus. Now if the user selects "ABC Plus" under Brand field, we need to display corresponding product (ABC Plus 20 packets and ABC Plus 30 packet) in the drop down under Product field

Input
Brand
Product
ABCDrop-down will show brands with name starting with ABC. In our case it will be ABC, ABC Pro and ABC PlusDrop- down will show corresponding product selected in Brand category.
DEFDrop-down will show brands with name starting with DEF. In our case it will single entry - DEF.Drop- down will show corresponding product selected in Brand category. In our case, it should be "DEF 10 packet".
XYZDrop-down will show brands with name starting with XYZ. In our case it will single entry - XYZDrop- down will show corresponding product selected in Brand category. In our case, it should show two values - "XYZ 20 packet" and "XYZ 40 packet".

Can anyone please help me with request.
 

Attachments

  • Pic.png
    Pic.png
    11.4 KB · Views: 5

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
This can be done in different ways, sharing a sample via XL2BB will make it easier to suggest the formula or functions.

Nonetheless, I would recommend following the below tutorial, you may be able to do it yourself

Best Regards
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,181
Members
449,071
Latest member
cdnMech

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