+ Reply to Thread
Results 1 to 4 of 4

Removing Duplicate Records to separate column

  1. #1
    Registered User
    Join Date
    09-16-2021
    Location
    Cheltenham
    MS-Off Ver
    365
    Posts
    4

    Removing Duplicate Records to separate column

    Hi guys,

    So I've got a question about extracting duplicate records and moving them to another column.

    In my spreadsheet I have a column of 2700 codes which as it transpires have some duplicate codes in them. I was able to use the Data > Remove Duplicates to get rid of 150 dupes, but it now turns out I need to know what those 150 were to see how they got there in the first place!

    Product code
    ACLD0329P-J(04/21)
    ACLD0329Z-E(04/21)
    ACLD032R-F(04/21)
    ACLD0349-A
    ACLD034-B
    ACLD034-B


    so in the example above you'll see that ACLD034-B is repeated, so I'd like if possible is to extract that duplicate value (and the others in the column) to it's own column.

    Hope this makes sense!

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Removing Duplicate Records to separate column

    You could try like this, adjusting the A1:A7 range to fit your values:

    Please Login or Register  to view this content.
    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,381

    Re: Removing Duplicate Records to separate column

    I woud NOT recommend full column references, but adjust to suit!

    For the duplicate list:

    =UNIQUE(FILTER(A:A,COUNTIF(A:A,A:A)>1))

    For the unique list:

    =UNIQUE(FILTER(A:A,A:A<>""))
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    09-16-2021
    Location
    Cheltenham
    MS-Off Ver
    365
    Posts
    4

    Re: Removing Duplicate Records to separate column

    Thank you everyone for your help!

+ 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. Removing duplicate records in a different way..
    By Dukejohn in forum Excel General
    Replies: 1
    Last Post: 03-26-2015, 03:35 PM
  2. Removing duplicate records when indexing (spreadsheet attached)
    By ScottBeatty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-28-2013, 10:37 PM
  3. finding duplicate records and removing
    By perusjosh in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-29-2013, 10:02 AM
  4. Replies: 2
    Last Post: 11-23-2012, 11:58 AM
  5. Removing all duplicate records except one copy
    By adam a in forum Excel General
    Replies: 9
    Last Post: 05-16-2011, 10:14 AM
  6. Replies: 6
    Last Post: 04-19-2011, 12:15 PM
  7. Removing duplicate records
    By taz2009 in forum Excel General
    Replies: 1
    Last Post: 03-05-2009, 06:46 AM

Tags for this Thread

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