Autocompleting data validation

Sweedler

Board Regular
Joined
Nov 13, 2020
Messages
87
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
Hello

I think that this has been debated and look upon before, but I would like to revisit it.

I need to enter some datavalidations lists into a few cells, but the source is so large that I would like to allow it to autocomplete. I have seen versions where FILTER allows for that, but as that is not available in anything but 365, I need another option. Would prefer not to mix in VBA in this one.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Would prefer not to mix in VBA in this one.
See if this helps:
I created an Excel add-in for searchable data validation (with combobox) , called "Search deList".
Its function is to speed up the search in the data validation list. It works on multiple cells. In any cell that has data validation (with List type) pressing ALT+RIGHT will open a User Form with a combobox. You can type multiple keywords (separated by a space) in the combobox to search items on the list.
By using this add-in you don't need VBA to have this searchable combobox, it works on any cells that have data validation on any workbook.
I share the add-in here:
 
Upvote 0
Solution

Forum statistics

Threads
1,203,755
Messages
6,057,158
Members
444,908
Latest member
Jayrey

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