+ Reply to Thread
Results 1 to 2 of 2

finding data in duplicate rows, revising row data and deleting duplicates

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    New York
    Posts
    1

    finding data in duplicate rows, revising row data and deleting duplicates

    Hello, I have a worksheet that has over 4500 rows and about 20 columns of information. A serial number may be listed multiple times. I am looking to compare the information and if duplicated consolidate the duplicated data to one row.

    Here's an example of te worksheet:

    ColA ColB ColC ColD ColE ColF
    07002 E046 NYNJ EAST 19,581
    07002 E046 NYNJ EAST 475.30
    07002 E046 NYNJ EAST 950.60

    End result I would like to see:
    ColA ColB ColC ColD ColE ColF
    07002 E046 NYNJ EAST 19,581 1425.90

    I DO NOT know how to do macros (Yeah, excel dummy) so I need help. PLEASE.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Create a spreadsheet using your example data.

    Put headings in A1:E1 of sheet1, and your example data in A2:E4.
    Make sure you have a sheet2 in your workbook.
    Put the macro below into a general module and run.

    Please Login or Register  to view this content.
    It will add a temporary working sheet which will be deleted, and the output will go into sheet2.

    HTH

    rylo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding and deleting both duplicate rows
    By udfxrookie in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-17-2011, 05:41 PM
  2. Replies: 0
    Last Post: 08-11-2008, 11:04 AM
  3. Deleting multiple rows of data
    By Leal72 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2008, 02:43 PM
  4. Deleting duplicate offsetting rows
    By bshbros in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-23-2008, 05:30 PM
  5. Deleting Rows to compress data
    By Leal72 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-11-2007, 04:11 PM

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