Closed Thread
Results 1 to 4 of 4

Duplicate checking

  1. #1
    Registered User
    Join Date
    04-17-2013
    Location
    London
    MS-Off Ver
    Excel 2001 & 2011
    Posts
    28

    Duplicate checking

    Hey guys,

    I have a workbook with a list of new contacts in one sheet, and a list of old contacts on another sheet.
    I want to run a duplicate check throughout the workbook to highlight and delete any contacts on my new list, that have already been contacted on my old list.
    Also, I need the the duplicate checker to check for non specific names, regardless of punctuation, upper/lower case, etc.
    I need to to highlight all of the following variations as possible duplicates which i can then review & delete manually;
    Apple Corp,
    Apple Ltd
    APPLE LTD
    Apple.com
    etc...

    Does anyone know what I can use to do this?

  2. #2
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: Duplicate checking

    This is probably not a 100% logical problem that can be fully translated into formulas that excel understands, so parts of your problem (at least the removing part) will have to be solved manually.
    To search for cells that contain "apple", use

    =ISERROR(FIND("apple",A1))

    and drag down. the FALSEs are cells with apples in them. how do you like them apples?
    When I say semicolon, u say comma!

  3. #3
    Registered User
    Join Date
    04-17-2013
    Location
    London
    MS-Off Ver
    Excel 2001 & 2011
    Posts
    28

    Re: Duplicate checking

    Hi L-Drr. Thanks for your reply. I am still trying to get to the bottom of this problem;

    How can I use your above formula to automatically highlight ALL duplicate values on a sheet, even it the name is not "apple"

  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,926

    Re: Duplicate checking

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Duplicate Checking
    By chris.slater in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-31-2013, 02:28 PM
  2. Reverse duplicate checking
    By SinrG202 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 05-05-2012, 01:17 AM
  3. Duplicate Checking
    By niladri20005 in forum Excel General
    Replies: 1
    Last Post: 07-15-2011, 02:48 PM
  4. Duplicate checking of two big tables
    By SEMMatt in forum Excel General
    Replies: 5
    Last Post: 01-21-2011, 03:06 PM
  5. Checking for Duplicate entry using VBA (?!)
    By Applewine in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-21-2005, 06:05 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