Excel - aligning data based on a common value.
I have 2 lists of data.
List A contains 2 columns - Lead ID (column A) & Email ID (column B). This list contains 3,175 rows.
List B contains 2 columns - Email ID (column A) & Email Address (column B). This list only contains 3,085 rows.
I need to match up the Lead ID with the Email Addresses based on the similar values of the Email ID.
It was almost perfectly easy until there are 90 rows missing from the second list and I don't know how to sift out that rows.
Any ideas?