Forum Discussion

DM_G0's avatar
DM_G0
Copper Contributor
Jun 06, 2021
Solved

How to create searchable data while filtering automatically ?

I need help


Im using Microsoft Excel 365 on my MacBook , i have a task making a data list searchable while it automatically filters with the new =filter function. since I'm new to all of this i have no idea on ow to write the code , if you have any helpful information that would be great. 

 

kind regards 

DG

  • DM_G0 

     

    I don't know of a way to filter as you type using standard excel functions. You can do it using textboxes for the input, but it does require some vba.

     

    There are instructions here how to set it up. 

    https://chandoo.org/wp/filter-as-you-type-excel/

     

    Also, I attached an example file you can look at (right click on the worksheet tab, select view code, and you will see the macro code). One thing I did differently is I did not use a linked cell, I just changed the macro code to pull the value directly from the textbox instead of getting it from the linked cell. 

     

10 Replies

Resources