Remove keywords that don't contain and create negative keyword list
Here’s a Google Sheets script that filters the keywords in column A
and deletes rows if they do not contain any of the specified keywords or phrases. Then it create a new sheet called, "Negative keyword lists" and adds all the removed keywords to the list.
Follow these steps to use the script:
Steps:
Open your Google Sheets document.
Click on
Extensions
>Apps Script
.Paste the following code into the script editor:
Run authorize the script .
Close the Apps Script editor and return to your sheet.
Run the script by clicking
Extensions
>Apps Script
>Run function
Last updated