+ Reply to Thread
Results 1 to 7 of 7

Find and identify duplicate data across multiple workbooks

  1. #1
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    149

    Find and identify duplicate data across multiple workbooks

    Book 1 sheet1 A

    1234567
    1234567
    2658798
    4083029
    5507260
    6931491
    8355722
    9779953
    11204184
    12628415
    14052646
    15476877
    16901108

    Book 2 sheet1 A

    2658798
    4083029
    5507260
    6931491
    8355722
    26587965
    26365785
    26143605
    25921425
    25699245
    25477065
    25254885
    25032705
    24810525

    I need get the result Book 3 Sheet 1 A
    All duplicates items from book 1 and book 2


    Any help will be appreciate.. thanks!!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Find and identify duplicate data across multiple workbooks

    Are you really using XL2003 as your profile states? If not, please update your profile.

    Will all three workbooks be open at the same time?

    Pete

  3. #3
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    149

    Re: Find and identify duplicate data across multiple workbooks

    no I am using XL 2010. I have updated my profile.
    Yes open 3 work books same time.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Find and identify duplicate data across multiple workbooks

    And how would you like the duplicates reported? You could have numbers duplicated within Book 1 (but not appear in Book 2), you could have the opposite, i.e. numbers duplicated in Book 2 but absent from Book 1, and you could have a number in Book 1 which is duplicated in Book 2. Would it be better to have these situations shown in separate columns of Book 3 ?

    Pete

  5. #5
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    149

    Re: Find and identify duplicate data across multiple workbooks

    I actually need to do is find out if there are any duplicates between these two files that are listed.

    Is there a way to compare one file against the other file and find out if duplicates exist and how many?

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Find and identify duplicate data across multiple workbooks

    You can do that with Conditional Formatting in Excel 2010. Select ranges you want to compare, go to Conditional Formatting, Highlight Cells Rules, Duplicate Values and select desired format.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Find and identify duplicate data across multiple workbooks

    Assuming that you have a header row in Book1 so that your data starts in A2, and that all the files are open in the same instance of Excel, put this formula in B2 of Book1:

    =IF(ISNUMBER(MATCH(A2,[Book2.xlsx]Sheet1!$A:$A,0)),A2,"")

    and put this formula in C2:

    =IF(B2="","",IF(COUNTIF(B$2:B2,B2)=1,MAX(C$1:C1)+1,""))

    Copy both down to the bottom of your data. Then in Book3 you can have this formula:

    =IFERROR(INDEX([Book1.xlsx]Sheet1!$B:$B,MATCH(ROWS($1:1),[Book1.xlsx]Sheet1!$C:$C,0)),"")

    then copy this down until you start to get blanks.

    Hope this helps.

    Pete

+ 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. How to find duplicates from two workbooks (if duplicate add new value in the list)
    By megaexcel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-02-2012, 05:18 PM
  2. Macro to Find data in multiple workbooks and paste it in master sheet
    By yogesh thakker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-13-2010, 12:53 AM
  3. Is there a macro to identify and remove duplicate data in Excel?
    By Cindy Lou in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-08-2006, 11:15 PM
  4. [SOLVED] 2 workbooks - how do I find duplicate entries by comparing the two
    By queen on in forum Excel General
    Replies: 2
    Last Post: 09-20-2005, 07:05 AM
  5. [SOLVED] identify duplicate data in excel spreadsheet
    By Mandeep Dhami in forum Excel General
    Replies: 3
    Last Post: 07-16-2005, 09: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