Results 1 to 8 of 8

Find duplicates, concatenate into different column, sum and delete duplicates

Threaded View

rosannang Find duplicates, concatenate... 04-16-2013, 05:30 PM
jindon Re: Find duplicates,... 04-16-2013, 06:42 PM
rosannang Re: Find duplicates,... 04-17-2013, 09:14 AM
jindon Re: Find duplicates,... 04-17-2013, 09:17 AM
rosannang Re: Find duplicates,... 04-17-2013, 09:40 AM
jindon Re: Find duplicates,... 04-17-2013, 10:51 AM
rosannang RESOLVED Re: Find duplicates,... 04-17-2013, 11:22 AM
arlu1201 Re: Find duplicates,... 04-17-2013, 11:23 AM
  1. #1
    Registered User
    Join Date
    04-11-2013
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    4

    Question Find duplicates, concatenate into different column, sum and delete duplicates

    I have 3 columns, second column have duplicate value, third column have numbers. If duplicated found on second column, I need to concatenate the third column into the
    first duplicate found across different columns. Then sum at the last column and delete all duplicate. Somtimes my file have over 200,000 rows.

    Example:
    col A col B col C
    ISA ABC 235
    ISB ABC 123
    ISC BCD 6756
    ISD BCD 5647
    ISA CDE 1234
    ISB CDE 6537
    ISC CDE 675
    ISA CDE 4536
    ISB CDE 67537

    Final result should look like this:
    col A col B col C col D col E col F col G total
    ISA ABC 235 123 358
    ISC BCD 6756 5647 12403
    ISA CDE 1234 6537 673 4536 67537 80517


    Many thanks
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1