Hi

I have some data and want to filter the data by typing in a search box. The data looks something like this

Code1 Name Code2
1223 Peter 1554
3654 Emma 5442
4778 Peter 9778

I want to create a search field, like google's search field. If I type "Pet", I want all the rows that contain a cell that has the string "pet" in it to be filtered and displayed. I also want the the results to be refreshed automatically if I type or delete a letter from the search field, without having to press "OK" or "Enter".

Is this possible?

Thank you!