Dropdown List Help

benhickman

New Member
Joined
Mar 1, 2023
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I really hope someone can help me make this drop down list.

I have a cell that a user will type in a acronym. Cell B1

I have a range of acronyms in a separate tab (about 700 of them).

I would like the user to presented with a drop down list of cells within the range that contain those three characters and any other cells that has any other characters after what they have typed. Like a wild card.

Is this possible?

Please please please help.

Thank you
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
If you're able to join the "Office Insider" beta program, that version of Excel natively has the typeahead functionality, so you can have a normal data validation field and as you type, it will filter the list accordingly.
 
Upvote 0
your range will go in the ListFillRange field.

One thing important to note, is to use the ActiveX combobox rather than the form control combobox. this way you'll see these additional items in the properties window.
 
Upvote 0
Thank you. I can give that a go, but reading that it is a bit confusing.

Is it not possible to be formular driven?
 
Upvote 0
You will need VBA to achieve the typeahead feature. I don't mind giving you a hand if you share a copy of your worksheet via onedrive or dropbox.
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,281
Members
449,149
Latest member
mwdbActuary

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