+ Reply to Thread
Results 1 to 2 of 2

comparing 2 workbooks

  1. #1
    Registered User
    Join Date
    10-22-2009
    Location
    Roanoke, indiana
    MS-Off Ver
    Excel 2010
    Posts
    94

    comparing 2 workbooks

    I have too workbooks that I need to compare. I would like to find the duplicates from each and put them in another workbook.

    here are the params:

    in col c -workbook old are a list of training tools used in one area
    in col d -workbook new are a list of training tools used in another area.

    in the new workbook I would like to pull the data into it and the use conditional formatting to highlight the duplicates.

    Thanks in advance
    Last edited by komet12; 04-16-2012 at 07:12 AM.

  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: comparing 2 workbooks

    another option would be to use vlookup in the new file, to find the matches/duplicates in the old file?

    you could then use CF to high-light the comparisons (which would already be pretty obvious though)

    =vlookup(what_you_want_to_find,where_you_want_to_find_it,column_to_look_in,false) the "false" allows the list to be searched unsorted
    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)

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