Searchable Drop Down Multiple combobox List In Excel to build recipe

austinardan

New Member
Joined
Apr 19, 2021
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hi all,

Essentially, I am building a baking (like cakes) recipe builder. The recipe can contain any number of items from the list, and need to be able to be searched and then selected. Once selected, the next combo box needs to be able to search that list again - it needs to be able to accept duplicates, like we want to add Vanilla in two different places.

I am looking with help to make combo box's searchable within a text list. I have found some similar solutions that can make a searchable combo box like this, but only using a single combobox. I need to be able to have 20 combo box's or inputs that will reference a list, search that list for any string of characters within the list and then output those into the combo box (or cull un-needed items from the list).

I want it to be able to search in combo box 1:
List cakeBuild:
Vanilla
Chocolate
Lemon
Sugar
Flour
and a search string "N" would return Vanilla and lemon.

then in combo box 2:
List cakeBuild:
Vanilla
Chocolate
Lemon
Sugar
Flour
and a search string "O" would return Chocolate, Lemon and Flour


I have followed this link, but it comes up short with the fact that there is only one combo box. I come to a need that is to have 20 combo boxes, each searching the same list, each returning partial matches independent from each other and then they have to be able to be permanently set and the next combo box needs to be able to do the same string search within that same list as the previous one. Not all 20 boxes need to be used.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,214,833
Messages
6,121,864
Members
449,052
Latest member
Fuddy_Duddy

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