How do I manually filter (show) all rows & columns that have a text word such as "lion"? I can do it for a particular column but not for everywhere.
How do I manually filter (show) all rows & columns that have a text word such as "lion"? I can do it for a particular column but not for everywhere.
Add a helper column with a formula like:
=COUNTIF(A2:C2,"*lion*")
this counts how many cells in A2:C2 contain the word lion within the strings.
adjust the range to the correct width, then copy down.
Then filter this column for Greater Than >> 0
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
This works, I didn't think of doing it that way, but was wondering if it can be done with a filter?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks