Let's assume you're looking for "car" (including cars, etc) in column A, beginning in A2.
In a blank column row 2, use the formulaThen do an autofilter on that column for Blanks and delete the blank rows. Does that work for you?![]()
=IF(ISNUMBER(SEARCH("car",A2)),1,"")
Bookmarks