I have the following problem:
I have a list of people in Column A
In Column B are some of these people
In Column C are additional informtion to the persons in B
Example
Columns:
A B C
A B 2
B D 4
C
D
E
I want to order Column B and C, so that the same names allign in the same row with the additional information and if there is no match there shall be a blank row:
Columns:
A B C
A
B B 2
C
D D 4
E
I so far managed to allign the names in the same rows, but couldnt figure out how to add the additional information in the column to the right...
I used: =if(countif(B:B,A1),A1, "")
I hope there is a simple solution.
Thanks for showing interest!
Bookmarks