Hello everyone,
I'm struggling with the following problem - what I have is a spreadsheet with multiple duplicate rows similar to the one below:
first_name last_name type display_name team phone [email protected] Mark Stapleton Owner Mark Stapleton ASD 123234 [email protected] Mark Member Mark Stapleton ASD [email protected] Member M. Stapleton 0000 [email protected] Mark Owner 543654
Only the "mail" cells are never empty and serve as a way to identify a given user. So what I'd like to do is to remove all duplicate rows
and "merge" the cells that have differing values for a user, in other words my goal is to transform the above 4 rows into 1 that would look like this:
first_name last_name type display_name team phone [email protected] Mark Stapleton Owner, Member Mark Stapleton, M. Stapleton ASD 123123, 0000, 543654
Can something like this be done in Excel? If so, how?
Any tips would be really appreciated and thank you in advance for all the help.
Regards.
Bookmarks