How to click a cell and filter rows instead of using a button?
How to click a cell and filter rows instead of using a button?

Looking for a way to filter rows by clicking on a cell. All rows with the same text or number in that cell for that column stay and the rest become hidden until one of the showing cells is clicked a second time. Is this possible?
This discussion has been closed.
Answers
Yep, you can use the Select extension extension for that - see example here,
Colin
Why thank you! I have been searching for 2 weeks on this!