Create your own Excel Search Pt. 1

Опубликовано: 20 Июль 2026
на канале: Matt Paul
180,279
489

Find me on Twitter here:   / mattpaul25  
Next Video:    • Create your own Excel Search Pt. 2 - Switc...  
Donate: https://www.paypal.com/cgi-bin/webscr...

This video shows you how to create a populated list based on typed characters in a search box aka a fuzzy search.

The Search box is a merged cell - its two cells that have been merged together. The magnifying glass is a Google image simply pasted in the merged cells. Hope this clears it up.

Do This in One Formula: (array beast mode)
   • Array 1: Formula to perform fuzzy search o...  

FAQ1: Id like a button to take me to the top result in the data set
   • Create a Search FAQ1 - Macro to go to record  

FAQ2: I'd like this search to bring up the entire table
   • Create a Search FAQ2 - bring up entire table  

FAQ3: I'd like this search to work on several fields simultaneously
   • Video  

FAQ4: I have a lot of data and would like to create this with vba
   • Create a Search FAQ4 - VBA Search