+ Reply to Thread
Results 1 to 9 of 9

Extract only the duplicates records

  1. #1
    Forum Contributor
    Join Date
    02-15-2015
    Location
    Cecoslovacchia
    MS-Off Ver
    365 personal
    Posts
    100

    Extract only the duplicates records

    Hello Excel's friends
    I'm learning Excel formula, and in this case i'm trying to Extract only the duplicates records (but not unique list of dups)
    You will understand better rom the workbook attached
    Thanks for the Help
    Attached Files Attached Files
    Last edited by GerryZucca; 09-14-2020 at 04:59 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-24-2020
    Location
    Woodbridge, VA
    MS-Off Ver
    2016
    Posts
    434

    Re: Extract only the duplicates records

    Hi - do you need a formula? Can't you use Conditional Formatting?

    Highlight Rows A and B
    On the Home Tab click Conditional Formatting
    Select Highlight Cell Rules then Duplicate Values
    In the Values with box - click the drop-down bar to choose how you want it formatted
    Click OK

    Then you can Filter
    And Filter by Color and choose the color you selected.

  3. #3
    Forum Contributor
    Join Date
    02-15-2015
    Location
    Cecoslovacchia
    MS-Off Ver
    365 personal
    Posts
    100

    Re: Extract only the duplicates records

    Hello Mike, thank you for the answer but I am learning arrays formula thank you for the help

  4. #4
    Forum Contributor
    Join Date
    03-18-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2016 / 2019
    Posts
    251

    Re: Extract only the duplicates records

    Gerry,

    Using Power Query is quite easy to achieve too
    Please Login or Register  to view this content.
    Christopher Yap

  5. #5
    Forum Contributor
    Join Date
    02-15-2015
    Location
    Cecoslovacchia
    MS-Off Ver
    365 personal
    Posts
    100

    Re: Extract only the duplicates records

    Hello Bluesky63
    thank you for the answer, but im learning array formula
    I hope some one can helpme
    Thank you

  6. #6
    Forum Contributor
    Join Date
    02-15-2015
    Location
    Cecoslovacchia
    MS-Off Ver
    365 personal
    Posts
    100

    Re: Extract only the duplicates records

    guys I made the example simpler, look in the attachment, now there is only one column .. thanks for the help

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Extract only the duplicates records

    Please try at D3 wjth Array enter

    Please Login or Register  to view this content.
    Or countif

    =IFERROR(INDEX(A$3:A$12,AGGREGATE(15,6,ROW($A$3:$A$12)/(COUNTIFS($A$3:$A$12,$A$3:$A$12,$B$3:$B$12,$B$3:$B$12)>1),ROWS(D$3:D3))-ROW($A$2)),"")
    Last edited by Bo_Ry; 09-14-2020 at 02:55 AM.

  8. #8
    Forum Contributor
    Join Date
    03-18-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2016 / 2019
    Posts
    251

    Re: Extract only the duplicates records

    Hi Gerry,

    another method for unique list from multiple columns

    Go to F2, copy down the following

    Please Login or Register  to view this content.

  9. #9
    Forum Contributor
    Join Date
    02-15-2015
    Location
    Cecoslovacchia
    MS-Off Ver
    365 personal
    Posts
    100

    Re: Extract only the duplicates records

    Thank you everybody
    i love th 1st Bo_Ry solution, because I like FREQUENCY Function
    Thank you so much everybody for you teach
    Greatings Gerry

+ 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. [SOLVED] formula to extract unique list of duplicates records
    By GerryZucca in forum Excel General
    Replies: 2
    Last Post: 09-13-2020, 05:03 PM
  2. Remove Duplicates so you only see unique records
    By CandaceSteinberg in forum Excel General
    Replies: 14
    Last Post: 10-12-2016, 09:03 PM
  3. Replies: 5
    Last Post: 04-30-2013, 07:42 PM
  4. [SOLVED] Extract unique records from data set with duplicates
    By dwhite30518 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-17-2013, 11:17 AM
  5. Find records that DON'T have duplicates
    By struct in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-30-2011, 11:58 AM
  6. Removing all records thats are duplicates
    By ClikClak in forum Excel General
    Replies: 4
    Last Post: 05-17-2010, 11:05 AM
  7. Deleting Duplicates, All records unique
    By mirdonamy in forum Excel General
    Replies: 7
    Last Post: 01-11-2006, 06:10 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