Results 1 to 9 of 9

Sum, Merge and Delete Duplicate Rows

Threaded View

astoria Sum, Merge and Delete... 09-06-2010, 11:56 AM
rylo Re: Sum, Merge and Delete... 09-06-2010, 07:18 PM
Leith Ross Re: Sum, Merge and Delete... 09-06-2010, 08:15 PM
DeXTeR270 Re: Sum, Merge and Delete... 07-23-2013, 11:34 AM
DeXTeR270 Re: Sum, Merge and Delete... 07-23-2013, 12:56 PM
jeffreybrown Re: Sum, Merge and Delete... 07-23-2013, 01:15 PM
DeXTeR270 Re: Sum, Merge and Delete... 07-23-2013, 01:20 PM
arlu1201 Re: Sum, Merge and Delete... 07-23-2013, 01:53 PM
DeXTeR270 Re: Sum, Merge and Delete... 07-23-2013, 02:02 PM
  1. #1
    Registered User
    Join Date
    09-06-2010
    Location
    Mumbai,India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Sum, Merge and Delete Duplicate Rows

    My Worksheet Contains Following Columns

    sr no. | name | rate | add this | add this | add this |.......


    Need a Macro to Compare Name and Rate and If same Name and rate is Found same for 2 or more rows Retain First Sr no. , name , rate and add all other columns and then delete duplicate rows

    Here is the Example Of what i want


    sr no | name | rate | add this | add this

    1 abc 100 50 10
    2 xyz 100 10 30
    3 abc 100 60 20
    4 pqr 100 25 40
    5 abc 250 10 15

    I want this to be Converted To

    sr no | name | rate | add this | add this

    1 abc 100 110 30
    2 xyz 100 10 30
    4 pqr 100 25 40
    5 abc 250 10 15

    i.e rows are added and merged only when name and rates both match and also sr no. must not be changed

    (Also there can be n columns out of which except first 3 all other cols must be added)
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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