Results 1 to 4 of 4

Count duplicate rows then delete duplicates

Threaded View

dougf Count duplicate rows then... 03-15-2009, 08:28 PM
rylo Re: Count duplicate rows then... 03-15-2009, 09:40 PM
dougf Re: Count duplicate rows then... 03-15-2009, 09:46 PM
Matt Cannister Re: Count duplicate rows then... 02-26-2013, 04:13 PM
  1. #1
    Registered User
    Join Date
    03-15-2009
    Location
    NY, NY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Count duplicate rows then delete duplicates

    I have two columns of data, and I need to create a third column to count the number of times that same line appears in the document (and then remove all but the first copy of that line).

    my data looks as follows (and it is sorted so all duplicate rows appear directly next to each other):

    Adam1998 | Jan
    Adam1998 | John
    Adam1998 | John
    Adam1998 | Paul
    Adam1998 | Peter
    Adam1998 | Peter
    Adam1998 | Peter
    Adam1999 |John
    Adam1999 | Paul


    I need this to look as follows:
    Adam1998 | Jan | 1
    Adam1998 | John | 2
    Adam1998 | Paul | 1
    Adam1998 | Peter | 3
    Adam1999 |John | 1
    Adam1999 | Paul | 1

    Thank you
    Last edited by rylo; 03-17-2009 at 08:05 PM.

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