I have a file that contains contact info. There's 44 columns and 680 rows. Each row contains one person's data and each column is a different piece of data as well. The problem is that there are multiple rows for most of the people and many times each row contains redundant info as well as unique.
Note:
- There's no pattern to how many rows for each person, some can have 3, some only 1
- Sometimes there are no unique values in one of the rows
- Sometimes a cell might just be blank
My Question:
How can I merge the rows so that I have one row per person without losing the unique data from each row?
What I have:
What I need:
P.S. In the "what I need" image I put the merged unique data into the same cell but separated by a comma. To be honest it would be nice if I can automatically have it that a new column is created for the unique data (so for example if there's a new cell # it adds a column and puts the unique cell value in the row that will now be the only row for that person.
If that's too hard it's fine, I can just do text to column.
Thanks!


