+ Reply to Thread
Results 1 to 4 of 4

merging data sets

  1. #1
    Registered User
    Join Date
    08-23-2015
    Location
    Little Rock AR
    MS-Off Ver
    2010
    Posts
    2

    merging data sets

    Good evening. I have a data set of about 2500 entries. i have another with about 2400. I need to merge them together. My issue is that the smaller set is exactly the same data as the other, just shorter. Let me try explaining like this. I have 2500 customers. 2400 have been inspected this year. I need to put those inspection results on the 'master sheet' attached to the customer name of course. A copy/paste isnt possible because after 60 or 70 we skip one and they are not on correct row anymore.

    Thanks in advance

  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
    53,048

    Re: merging data sets

    Hi, welcome to the forum

    perhaps try a vlookup() if you want to bring back specific data, or match() if you want to ID the row of the match, or even a countif()

    upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  3. #3
    Registered User
    Join Date
    08-23-2015
    Location
    Little Rock AR
    MS-Off Ver
    2010
    Posts
    2

    Re: merging data sets

    Here is an example. I will try what you suggested. Thanks for the help
    Attached Files Attached Files

  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
    53,048

    Re: merging data sets

    Based on your sample, ...
    O6=IFERROR(INDEX($F$7:$H$12,MATCH($L6,$E$7:$E$12,0),MATCH(O$5,$F$6:$H$6,0)),"")
    copied down and across

+ 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. Help with merging two sets of data
    By Ginge1966 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-14-2014, 01:22 PM
  2. Merging two different data sets into one chart
    By brijendar in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 11-26-2012, 06:47 PM
  3. Merging two sets of data based on one value
    By TommoBedhair in forum Excel General
    Replies: 3
    Last Post: 06-18-2012, 01:56 PM
  4. Merging two sets of data
    By hongkongrubbish in forum Excel General
    Replies: 4
    Last Post: 10-07-2011, 03:40 AM
  5. Merging Two Data Sets into One Table
    By TheDarkestStar in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 09-15-2011, 05:06 AM
  6. merging and consolidating two data sets
    By ianmacneil in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-18-2011, 09:45 PM
  7. Merging two data sets
    By elliotlevin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-30-2006, 04:37 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