I managed to do it with a combination of functions
dont have time to post a full solution but start with
=IF(ISERROR(FIND($A$1,$B1,1)),0,$B1)
Assuming your search text is in cell A1 and your data is in B1, then fill this to the bottom of your data
This will filter out entries that do not...