Hi,
I have names in colum A and surnames in column B and want list of distinct names and surnames in collumns C and D.
My excel is 2016 and I need solution with formula (INDEX, MATCH, COUNTIF(S) and similar).
My data are in columns A and B, result in columns C and D.
Thank you.
I have names in colum A and surnames in column B and want list of distinct names and surnames in collumns C and D.
My excel is 2016 and I need solution with formula (INDEX, MATCH, COUNTIF(S) and similar).
My data are in columns A and B, result in columns C and D.
A | B | C | D |
First Name | Last Name | First Name | Last Name |
Ronnie | Anderson | Ronnie | Anderson |
Robert | Jones | Robert | Jones |
Sally | Brooke | Sally | Brooke |
David | White | David | White |
Ronnie | Anderson | Mattias | Waldau |
Mattias | Waldau | Robert | Brooke |
Robert | Brooke | Sally | Anderson |
David | White | ||
Robert | Jones | ||
Robert | Jones | ||
Sally | Anderson |
Thank you.