+ Reply to Thread
Results 1 to 11 of 11

Help finding duplicates

Hybrid View

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Help finding duplicates

    Based on your sample, try this.

    In C1, copied down...
    =COUNTIFS($A$1:$A$61,A1,$B$1:$B$61,B1)

    Then you could apply filters and uncheck "1", you would be left with all the duplicates. You can then either copy them elsewhere, delete them or do what you want.

    If you want to keep 1 of the duplicates and just show all the 2nd, 3rd duplicates etc, then change the formula to...
    =COUNTIFS($A$1:A1,A1,$B$1:B1,B1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    03-13-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    21

    Re: Help finding duplicates

    Quote Originally Posted by FDibbins View Post
    Based on your sample, try this.

    In C1, copied down...
    =COUNTIFS($A$1:$A$61,A1,$B$1:$B$61,B1)

    Then you could apply filters and uncheck "1", you would be left with all the duplicates. You can then either copy them elsewhere, delete them or do what you want.

    If you want to keep 1 of the duplicates and just show all the 2nd, 3rd duplicates etc, then change the formula to...
    =COUNTIFS($A$1:A1,A1,$B$1:B1,B1)

    It worked like a dream, Thank you very much. You are awesome.
    Last edited by gogz2005; 03-13-2014 at 04:45 PM.

+ 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. Replies: 2
    Last Post: 12-27-2013, 09:24 AM
  2. Finding Duplicates
    By kumark in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-06-2013, 03:37 AM
  3. Finding Duplicates
    By rg1210 in forum Excel General
    Replies: 3
    Last Post: 11-29-2011, 11:59 PM
  4. Finding Max Value in Duplicates
    By Mr.Higgins in forum Excel General
    Replies: 3
    Last Post: 07-24-2009, 12:08 PM
  5. Finding duplicates
    By Ted Metro in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-21-2005, 03:15 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