Hello, I have been trying unsuccessfully to find a solution. I have a master spreadsheet that I add rows to each week. Some of the added rows contain duplicates. I need to be able to find the duplicates and either merge them or keep the lastest duplicate.
this is an example of what I need to do. I have 1000's of rows and lots of columns, I am only worried about the duplicates in Column A and the only data that will need to be merged is in Columns D-G
CURRENT
1234567 Step 1 10/1/2014 John Smith
7654321 Step 5 11/1/2014 Jane Doe
1234567 Step 2 10/1/2014 John Smith
NEED THIS
1234567 Step 2 10/1/2014 John Smith
7654321 Step 5 11/1/2014 Jane Doe
OR THIS
1234567 Step 1, Step 2 10/1/2014 John Smith
7654321 Step 5 11/1/2014 Jane Doe
Bookmarks