- I have the following working Google Sheets IMPORTFEED formula in a sheet named 'RSS':
=IMPORTFEED("https://www.wertpapier-forum.de/discover/1431.xml",,,100)![RSS sheet]()
- I want to filter those results to only show rows where Column D contains any of the keywords listed in Column A of another sheet 'Keywords':
![Keywords sheet]()
- How would I best do this?
↧
How can I filter the results of IMPORTFEED based on a range containing a list of keywords?
↧

