+ Reply to Thread
Results 1 to 4 of 4

Submit duplicates from the second occurrence

  1. #1
    Registered User
    Join Date
    05-22-2013
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    2

    Submit duplicates from the second occurrence

    Hello everbody.
    I'm new using excel.
    I'm trying to solve a problem with duplicate entries.
    I can show what cells are duplicates, but i need display only duplicates from the second occurrence.

    I'm using this Formula:

    =IF(COUNT.IF($A$1:H1;H1)>1;H1;"")

    It display all the occurrence that are duplicates.

    I just want the second onwards.

    Can you help me?
    Last edited by vic7or; 05-22-2013 at 08:55 AM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Submit duplicates from the second occurrence

    =IF(COUNT.IF($A$1:H1;H1)>1;H1;"")

    It display all the occurrence that are duplicates.
    How ? can you show this using an excel workbook?


    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Submit duplicates from the second occurrence

    I'm not sure from your formula what range your total data is in? Are you looking for duplicates within a row or within a column?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    05-22-2013
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    2

    Thumbs up Re: Submit duplicates from the second occurrence

    I solved the problem.
    But i dunno why it doesn't work the first time.

    I have a spreadsheet that have over 70.000 rows.
    I copy the formula to all.
    But this formula was displaying all the records WITH the first occurrence.
    I tried again and the formula works.

    Attached is an example from my spreadsheet.
    Dunno why.
    Why?

    XD

    excel_forum_example.xlsx

    Here, i put the Formula to show only the unique records.

    Changed =IF(COUNTIF($A$1:a1;a1)>1;a1;"")
    To
    =IF(COUNTIF($A$1:a1;a1)=1;a1;"DUPLICATED")

+ 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.6.0 RC 1