+ Reply to Thread
Results 1 to 2 of 2

Duplicate Data in separate spreadsheets

  1. #1
    Registered User
    Join Date
    08-05-2010
    Location
    Las Vegas, USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Duplicate Data in separate spreadsheets

    I have two spreadsheets with a ton of similar data in column C2 – C350. Is there a Formula I can use to Sort through the Spreadsheet 1 and Spreadsheet 2 data and only pull the data that is not found in either into a 3rd spread sheet?
    (and if so Could it pull over the data that is in D2, E2, F2 etc.) This is only really an extra as the 1st formula is most important

  2. #2
    Forum Contributor
    Join Date
    11-12-2014
    Location
    Boston, MA
    MS-Off Ver
    Office 2010
    Posts
    172

    Re: Duplicate Data in separate spreadsheets

    Yes. It's easier if you put them in the same workbook.
    In cell D2 write:
    =INDEX(Sheet2!$C$2:$C$350,MATCH(C2,Sheet2!$C$2:$C$350,0))

    Then copy the formula down to D250

    This will only work if your sheet name for the similar data is "sheet2" and it is in the same workbook.

    What the formula does is pull over the data from Sheet2 if it is exactly the same as in Sheet1. If it doesn't find it, you will get "#N/A"

+ 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. Data look-up and output from separate spreadsheets
    By squire82 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-18-2013, 11:37 AM
  2. Merging Data from 2 Separate Spreadsheets
    By MrBlund in forum Excel General
    Replies: 1
    Last Post: 06-15-2012, 04:05 AM
  3. How to merge data from separate spreadsheets
    By Luck in forum Excel General
    Replies: 6
    Last Post: 04-17-2011, 06:38 PM
  4. Excel 2007 : Compare data in two separate spreadsheets
    By donnasue in forum Excel General
    Replies: 1
    Last Post: 03-01-2009, 03:16 PM
  5. [SOLVED] how do I merge data from separate spreadsheets
    By Gary Milks in forum Excel General
    Replies: 1
    Last Post: 06-27-2006, 07:55 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