Forum Discussion

MASaburudeen's avatar
MASaburudeen
Copper Contributor
Sep 18, 2023

Difference Between two lists

 

How to find difference between two given lists?

We generally use VLookup and other lookup functions for finding the common entries from 2 lists. Here, I have given formula for finding the differences in the lists. in A column, we have recipients of the meeting invite and in B column we have the attendees list. We want to find out who were all not attended the meeting. Here I have used COUNTIF function for finding the attendees, keeping attendees list in the range and recipient list in the criteria. It returns the count as 0s and 1s; 0's for the not attended and 1's for the attendees. After that, using FILTER function, and checking if the COUNTIF function results is zero. Filter function return the not attended list.

Resources