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@address.com
- otheremail@address.com
- someemail@address.com
List 2:
- email@address.com
- someonesemail@address.com
- someemail@address.com
In this example otheremail@address.com
and someonesemail@address.com
would be the unique values. I would like these to be displayed after the function being executed.