I have a bunch of filters I'd like to automate on a spreadsheet. All based on a Yes/No/Blank cell value
For example:
If Column N contains "No" in any row, delete the entire row.
If Column J contains "Yes" in any row, delete the entire row.
If Column K contains blanks in any row, delete the entire row.
If column M contains "No" in any row, delete the entire row.
In column L contains "Yes" in any row, delete the entire row
For example:
If Column N contains "No" in any row, delete the entire row.
If Column J contains "Yes" in any row, delete the entire row.
If Column K contains blanks in any row, delete the entire row.
If column M contains "No" in any row, delete the entire row.
In column L contains "Yes" in any row, delete the entire row