+ Reply to Thread
Results 1 to 4 of 4

Remove Duplicates: Move results to different column

  1. #1
    Registered User
    Join Date
    01-20-2016
    Location
    288
    MS-Off Ver
    2016
    Posts
    29

    Remove Duplicates: Move results to different column

    I don't know why this is so difficult, but i want to find out what the duplicates in column B are. Do you have to use a macro, array, formula, or whatever? lol, am i just missing something here? All i want to do is run the numbers in column B to find out which ones are duplicates, so that i can compare the two files in my companies CRM to figure out which one I should delete.

    Does that sound complicated?

    Column A has the account #, Column B is the company name. I need to run company name for duplicates. I need to be able to pull both account # and company name for each duplicate.

    Thanks for your help in advance.

    Remove Duplicates Help.xlsx

  2. #2
    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
    52,946

    Re: Remove Duplicates: Move results to different column

    Based on the data you gave, you could use this in a holder column (I used C) to ID the dups.....
    =COUNTIF($B$2:$B$32550,B2)
    copied down

    Then apply filters (Home tab/Editing/Sort and Filter), and then filter on C, uncheck the "1"

    What remains should be the dups (you have a max of 282 dups
    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

  3. #3
    Registered User
    Join Date
    01-20-2016
    Location
    288
    MS-Off Ver
    2016
    Posts
    29

    Thumbs up Re: Remove Duplicates: Move results to different column

    thanks for the quick response. i have tried this once before, but it didnt work, and it didnt this time either. that is until i saved and re-opened it. it worked like a charm. ty so much for your help.

  4. #4
    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
    52,946

    Re: Remove Duplicates: Move results to different column

    Happy to help and thanks for the feedback

    The problem was probably because the file is so big, I had a problem as well

+ 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] remove duplicates in column
    By geliedee in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 08-11-2015, 10:33 AM
  2. Remove Duplicates in column and remove blanks
    By geliedee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-13-2015, 07:25 AM
  3. Formula to move data to cell and remove duplicates
    By bbqgalore in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2014, 04:30 PM
  4. Replies: 5
    Last Post: 05-08-2014, 07:24 AM
  5. Remove Duplicates from Advanced Filter Results
    By joedrummer in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-24-2013, 11:56 AM
  6. remove duplicates in column
    By MsLilly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-29-2009, 01:08 PM
  7. How to remove duplicates from a column
    By wali in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-14-2008, 11:33 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