Using a MS Excel Formula, I have three Columns (i.e., Name, Phone, and Duplicate). I'm currently using a formula that finds matching duplicates based on two criterion (i.e., "NAME" and "DUPLICATE") and displays if duplicate is found to display in "Duplicate" column.
I would like an Excel Formula that if a duplicate record is found, to return the unique "PHONE" value, that corresponds and matches with the first instance of the duplicate "NAME" and "DUPLICATE" record and displays unique "Phone" number on the same row adjacent to duplicate record.
See Original Example Spreadsheet:
In the Sample output shown below, using MS Excel formula; instead of only identifying that a duplicate record has been found (i.e., Name & Duplicate); to display the unique value (Phone) identified as matching Name and Duplicate.
I would like to display the unique or second matching "Phone 2" as follows... Thanks
Sample Record Output Desired