+ Reply to Thread
Results 1 to 3 of 3

finding duplicates

  1. #1
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2007
    Posts
    27

    finding duplicates

    Hi,

    I am looking to reference 2 sheets and want to eliminate duplicate entries. I have tried using =IF(B2=A:A,"DE DUPE","OK") however this only works if the entry in B2 appears in A2. If the entry in B2 appears in say A4 it wont pick it up as a duplicate. Any ideas?

    Thanks in advance.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: finding duplicates

    Hi

    The simplest way is to just copy the two lists into one column and from the menu select the big list and choose Remove Duplicates.
    Otherwise use

    =MATCH(B2,Sheet2!A:A,False)

    If a match exists it will return a number that tells you the row number where the match exists. Just filter the list for numbers (since these appear on the other list) select the roes and delete them.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: finding duplicates

    Hi,

    Thanks for your response. The reason why I wanted to use the =IF formula I put previously is so that I could easily sort by 'de dupe' and delete these rows.

    Ideally I do not want to copy into a long list because these sheets have different categories and I would have to copy them back, any further suggestions?
    Last edited by marcbarnett; 01-27-2015 at 06:12 AM.

+ 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. Finding the nth value without duplicates?
    By Smedlex in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-01-2014, 09:58 PM
  2. Replies: 2
    Last Post: 12-27-2013, 09:24 AM
  3. Finding duplicates
    By tmcfann in forum Excel General
    Replies: 2
    Last Post: 10-04-2013, 04:47 AM
  4. [SOLVED] help...finding duplicates
    By mj in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2006, 02:45 PM
  5. Finding Duplicates
    By fluffy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2005, 11:05 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