I am looking for a formula or method to compare 2 columns of names in a single excel worksheet (format is 'lastname, firstname') where the results returned to a seperate column (C) is a list of the names that had no match in the other column. I can get True/False returns using ISNA but need to find a way to return the actual names.
If I could also return a seperate list of the names that did match that would be even better. I just need to differentiate between those that matched and those that didn't. There may be unmatched names resulting from both columns.
Thank you.
Deb
If I could also return a seperate list of the names that did match that would be even better. I just need to differentiate between those that matched and those that didn't. There may be unmatched names resulting from both columns.
Thank you.
Deb