How to create a searchable drop down list in Excel?
For a drop down list with numerous values, finding a proper one is not an easy work. Previously we have introduced a method of auto completing drop down list when enter the first letter into the drop down box. Besides the autocomplete function, you can also make the drop down list searchable for enhancing the working efficiency in finding proper values in the drop down list. For making drop down list searchable, please do as below tutorial shows step by step.
Create a searchable drop down list in Excel
Easily search (find and replace)texts in all open workbooks or certain worksheets:
Click Kutools > Navigation > Find and Replace to quickly search (find and replace) texts or values in all open workbooks or certain worksheets in Excel. Download the full feature 60-day free trail of Kutools for Excel now!
Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days. Download the free trial Now!
- Reuse Anything: Add the most used or complex formulas, charts and anything else to your favorites, and quickly reuse them in the future.
- More than 20 text features: Extract Number from Text String; Extract or Remove Part of Texts; Convert Numbers and Currencies to English Words.
- Merge Tools: Multiple Workbooks and Sheets into One; Merge Multiple Cells/Rows/Columns Without Losing Data; Merge Duplicate Rows and Sum.
- Split Tools: Split Data into Multiple Sheets Based on Value; One Workbook to Multiple Excel, PDF or CSV Files; One Column to Multiple Columns.
- Paste Skipping Hidden/Filtered Rows; Count And Sum by Background Color; Send Personalized Emails to Multiple Recipients in Bulk.
- Super Filter: Create advanced filter schemes and apply to any sheets; Sort by week, day, frequency and more; Filter by bold, formulas, comment...
- More than 300 powerful features; Works with Office 2007-2019 and 365; Supports all languages; Easy deploying in your enterprise or organization.
Create a searchable drop down list in Excel

For example, the source data you need for the drop down list is in range A2:A9.
This method requires Combo box instead of data validation drop down list. For creating searchable drop down list, please do as follows.
1. If you cannot find the Developer tab in the ribbon, please enable the Developer tab as follows.
1). In Excel 2010 and 2013, click File > Options. And in the Options dialog box, click Customize Ribbon in the right pane, check the Developer box, then click the OK button. See screenshot:
2). In Outlook 2007, click Office button > Excel Options. In the Excel Options dialog box, click Popular in the right bar, then check the Show Developer tab in the Ribbon box, and finally click the OK button.
2. After showing the Developer tab, please click Developer > Insert > Combo box. See screenshot:
3. Draw the Combo box in the worksheet and right click it. Select Properties from the right-clicking menu.
4. In the Properties dialog box, you need to:
1). Select False in the AutoWordSelect field;
2). Specify a cell in the LinkedCell field. In this case, we enter A12;
3). Select 2-fmMatchEntryNone in the MatchEntry field;
4). Type DropDownList into the ListFillRange field;
5). Close the Properties dialog box. See screenshot:
5. Now close the design mode with clicking Developer > Design Mode.
6. Select a blank cell C2 and then copy and paste formula =--ISNUMBER(IFERROR(SEARCH($A$12,A2,1),"")) into the Formula Bar, and press Enter key. They drag it down to cell C9 to auto fill the selected cells with same formula. See screenshot:
Notes:
1. The $A$12 is the cell you have specified in the LinkedCell field in step 4;
2. After finishing the above step, you can now test it. Enter a letter C into the drop down box, you will see all cells containing C are filled with number 1.
7. Select the cell D2, put formula =IF(C2=1,COUNTIF($C$2:C2,1),"") into the Formula Bar, and press Enter key. Then drag the Fill Handle in the D2 down to D9 to fill the range D3:D9.
8. Select cell E2, copy and paste formula =IFERROR(INDEX($A$2:$A$9,MATCH(ROWS($D$2:D2),$D$2:$D$9,0)),"") into the Formula Bar and press Enter key. Then drag the Fill Handle in E2 down to E9 to fill the cells. Then you will see the cells are filled as below screenshot shows.
9. Now you need to create a name range. Please click Formula > Define Name.
10. In the New Name dialog box, type DropDownList into Name box, type formula =$E$2:INDEX($E$2:$E$9,MAX($D$2:$D$9),1) into the Refers to box, then click the OK button.
11. Now, enable the design mode by clicking Developer > Design Mode. Then double click the Combo box you created in step 3 to open the Microsoft Visual Basic for Applications window.
12. Copy and paste the below VBA code into the Code editor.
VBA code: make drop down list searchable
Private Sub ComboBox1_GotFocus() ComboBox1.ListFillRange = "DropDownList" Me.ComboBox1.DropDown End Sub
13. Close the Microsoft Visual Basic for Applications window.
From now on, when you start typing in the list box, it will start ambiguous searching and just list the relevant values in the drop down list.
Note: After closing and reopening the worksheet, the VBA code you have created in step 12 is removed automatically. So, you need to save this workbook as Excel Macro-Enabled Workbook format.
Office Tab - Tabbed Browsing, Editing, and Managing of Workbooks in Excel:
Office Tab brings the tabbed interface as seen in web browsers such as Google Chrome, Internet Explorer new versions and Firefox to Microsoft Excel. It will be a time-saving tool and irreplaceble in your work. See below demo:
Related articles:
- How to auto populate other cells when selecting values in Excel drop down list?
- How to autocomplete when typing in Excel drop down list?
- How to create drop down list from another workbook in Excel?
- How to create a drop down list calendar in Excel?
Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%
- Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
- Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
- Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
- Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
- Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
- Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
- Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
- Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
- More than 300 powerful features. Supports Office/Excel 2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial.

Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
