+ Reply to Thread
Results 1 to 7 of 7

How to keep Duplicate Records

Hybrid View

  1. #1
    Registered User
    Join Date
    06-28-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    27

    How to keep Duplicate Records

    I have excel file like below

    in Sheet 1
    A
    10000
    11000
    17000
    19000
    21500



    Sheet 2
    A B
    11000 RED
    11500 BLUE
    13000 GREEN
    17000 YELLOW
    25000 PURPLE
    31001 WHITE
    45897 BLACK

    I want Sheet3 like below.(only those rows which were comman)

    11000 RED
    17000 YELLOW

    Please suggest how to do this because I have more than 90000 records and I want to keep only Duplicate

  2. #2
    Forum Contributor
    Join Date
    06-26-2013
    Location
    LAX
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    363

    Re: How to keep Duplicate Records

    Hello.

    While I hope that someone from forum will help you with an UDF since the records numbers is high,

    Meanwhile see if the attached file kind of approach works.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-28-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: How to keep Duplicate Records

    Thanks elayaz, for your help but not only numbers are high but there are more column up to G . So it is out of my brain. But thanks for help.

  4. #4
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: How to keep Duplicate Records

    In sheet 2, column C:

    Just look for a match using this kind of formula:

    =MATCH(A1,Sheet1!A:A,0)

    IF it is a duplicate, then you the Match() function will return a number. IF the match function errors out (meaning there was no match) you will see #N/A (just sort or filter to get the ones you want).
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  5. #5
    Registered User
    Join Date
    06-28-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: How to keep Duplicate Records

    GeneralDisarray, Sorry First I said this is not what I needed because it was pasting some random numbers in Sheet2 Column which I could not understand the but actually it did what I needed after filter. My sheet has 65000 rows and Column from A to M and I put your formula in Column N. But now the problem is when I want to copy the Rows and columns of Sheet 2, I am getting error that Microsoft can not create or use the data range reference because it is too complex.
    Last edited by Sam9; 07-27-2013 at 09:53 AM.

  6. #6
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: How to keep Duplicate Records

    What do you need to do with the rows (other than copy the matches to another sheet)? Maybe you can just act on sheet 2? If not, I would suggest just doing a copy of the sheet.

    STEPS:
    1) Right click on the tab-name, select "Move or Copy...", check the box for "Create a copy", then press OK.

    2) Just sort the table ON COLUMN N. That will put all the non-duplicate values in a block (all the #N/A will be separated from the duplicates you want to isolate).

    3) Highlight those rows, and delete them.
    Last edited by GeneralDisarray; 07-27-2013 at 04:16 PM.

  7. #7
    Forum Contributor
    Join Date
    06-26-2013
    Location
    LAX
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    363

    Re: How to keep Duplicate Records

    Hello sam9,

    See if something similar to attached file works for you.
    Attached Files Attached Files

+ 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. How to Sum the Duplicate Records?
    By Joe_Golf in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-23-2012, 11:46 PM
  2. How to Sum the Duplicate Records?
    By ramki in forum Excel General
    Replies: 2
    Last Post: 07-23-2012, 11:42 PM
  3. Merging records / creating new columns based on duplicate records
    By duklaprague in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-19-2007, 10:32 AM
  4. Replies: 0
    Last Post: 07-19-2007, 02:58 AM
  5. Duplicate Records
    By Kristy in forum Excel General
    Replies: 3
    Last Post: 08-16-2006, 10:40 AM

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