+ Reply to Thread
Results 1 to 4 of 4

Identifying duplicate data between two worksheets

  1. #1
    Forum Contributor
    Join Date
    05-18-2012
    Location
    Chicopee, Ma
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    196

    Identifying duplicate data between two worksheets

    I'm looking for a way to identify duplicates between Archive B:B and Archive 2 B:B
    And highlight the duplications so I can manually edit them.
    Is there a formula that I can use, or can I use conditional format between two sheets.

    Please see example attached.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Identifying duplicate data between two worksheets

    smth like that
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-18-2012
    Location
    Chicopee, Ma
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    196

    Re: Identifying duplicate data between two worksheets

    Thanks, what I'm actually looking for is highlighting duplicates like conditional formating but between two worksheets.

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

    Re: Identifying duplicate data between two worksheets

    Im on 2007, but I know that 2010 allows CF to work directly across sheets. However, I do not know if it will left you use "find duplicates" across sheets. If not, I can think of 2 other options...

    1. use this in CF on sheet1 comparing to all of sheet 2
    =MATCH(B5,'Archive 2'!$B$1:$B$1178,0)
    swap the references round for sheet 2 to sheet 1

    2. Alternatively, ise that same formula ina helper column (on each sheet), and then reference that column for teh CF
    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

+ 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. Identifying duplicate data in Excel for Mac 2011
    By ebury in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-14-2014, 10:17 PM
  2. [SOLVED] Identifying duplicate data using multiple columns
    By DuckMan72 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-13-2013, 05:28 PM
  3. Excel 2007 : Identifying Duplicate Records
    By markdtp in forum Excel General
    Replies: 1
    Last Post: 03-04-2011, 09:18 PM
  4. Identifying duplicate data between workbooks
    By scaffdog845 in forum Excel General
    Replies: 5
    Last Post: 04-24-2009, 11:58 AM
  5. Identifying Duplicate Entries
    By jroberts in forum Excel General
    Replies: 5
    Last Post: 01-13-2007, 04:33 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