I would like to know how to compare two columns in two different sheets, and only show the unique values.
I have two lists of email addresses, yet there are some duplicates in them. Would like to know how to get only the unique values of these sheets.
I have already tried the count() function/formula, yet it only counts and displays a number.
Example:
List 1:
- [email protected]
- [email protected]
- [email protected]
List 2:
- [email protected]
- [email protected]
- [email protected]
In this example [email protected]
and [email protected]
would be the unique values. I would like these to be displayed after the function being executed.