I’m working with two Google Sheets tabs and need help with filtering data between them.
In the first tab (let’s call it Campaign List), I have a column full of phone numbers that I used for marketing messages. In the second tab (Response List), I have phone numbers of people who responded to those messages.
What I want to do is create a list that shows only the phone numbers from Campaign List that are NOT found in Response List. Basically, I need to identify which contacts didn’t respond so I can follow up with them.
Both tabs have a simple structure with just one column containing phone numbers. I know in databases you could use something like NOT EXISTS or similar logic, but I’m not sure what formula or method works best in Google Sheets for this type of comparison.
Can someone point me in the right direction? I’d appreciate any suggestions on how to accomplish this filtering task.