How to Search As You Type List
Searchable Drop Down List on Separate Sheets
- Min 4 x column are required on source sheet
Cell A2 A1 is empty cell and A2 formula is (Past and Drag to end)
=IF(ISNUMBER(SEARCH(INDIRECT(CELL("Address")),B2)),MAX($A$1:A1)+1,0)
3. Original List Original List is only your text
4. Filter List C2 formula is =IFERROR(VLOOKUP(ROWS($B$2:B2),A2:B38,2,0),"")
5. Helping Column Rename Sheets as formula, or rename formula as sheet. Suppose I am using sheet name as data, copy formula, past and drag. =OFFSET(data!$C$2,,,COUNTIF(data!$C$2:C38,"?*"))
Name it, Remove Refer to, Past your copied formula here, Ok
7. Drop Down List Now go to next sheet , select desire range of List, after coloring and bordering go to Data tab, Data Validation, List, Click on source and Press F3, Choose your name which allotted in Step 6.
Again go to data, data validation, remove error check mark and save the work and enjoy search able drop down list by pressing a name and press enter, now check drop down.