I am using the IMPORTRANGE function to pull in three columns from another sheet. The columns are:
Name, Option 1, Option 2
But I need a way to filter out any names that include N/A in
both columns. In other words, filter out content when two conditions are met.
I prefer a formula based solution, rather then using Conditional filtering. The solution can use hidden columns if needed. Failing that conditional formatting is acceptable.
Your assistance is appreciated. :)
Here is the working sheet:
https://docs.google.com/spreadsheets/d/130fX-RhlHWxHHQpaKAGzrd7LPVFTM6gEdJqPQ4msTqY/edit#gid=0
Thank you.
=AND(B5=ʺN/Aʺ, C5=ʺN/Aʺ)