+ Reply to Thread
Results 1 to 2 of 2

Thread: finding duplicate rows

  1. #1
    gaareger@sbcglobal.net
    Guest

    finding duplicate rows

    i have in a list. there are almost 2000 rows. I ould like to be able to
    find
    duplicates by comparing hours and months and year and name then
    highlight the
    duplicates.

    have a worksheet that has

    Client Task Description Hours Month Day Year Name
    soandso payroll type of p/r 1.00 jan 1

    2005 me
    whats bookkeeping type of bkpg 2.00 febuary 4

    2006 him

    I get the list by coping and pasting values from timesheets to a
    worksheet
    named all time data. i am looking for a way to make sure that the
    information I enter is correct and not duplicates.

    Thanks for any thoughts

    Gary Reger


  2. #2
    Barb Reinhardt
    Guest

    RE: finding duplicate rows

    Try concatenating everything you want to compare into a helper column and use
    the countif function.

    Let's say your data is in column A2:A100. Add another helper column (for
    now) with =COUNTIF(A$2:A2,A2) and copy down. Any values greater than 1 will
    be duplicates. You can autofilter and remove them fairly quickly.


    "gaareger@sbcglobal.net" wrote:

    > i have in a list. there are almost 2000 rows. I ould like to be able to
    > find
    > duplicates by comparing hours and months and year and name then
    > highlight the
    > duplicates.
    >
    > have a worksheet that has
    >
    > Client Task Description Hours Month Day Year Name
    > soandso payroll type of p/r 1.00 jan 1
    >
    > 2005 me
    > whats bookkeeping type of bkpg 2.00 febuary 4
    >
    > 2006 him
    >
    > I get the list by coping and pasting values from timesheets to a
    > worksheet
    > named all time data. i am looking for a way to make sure that the
    > information I enter is correct and not duplicates.
    >
    > Thanks for any thoughts
    >
    > Gary Reger
    >
    >


+ Reply to Thread

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.2.0