+ Reply to Thread
Results 1 to 3 of 3

Combine to sets of data

  1. #1
    Registered User
    Join Date
    07-08-2014
    Location
    Houston
    MS-Off Ver
    MAC 2010
    Posts
    2

    Combine to sets of data

    I have two sets of data for students. One set contains all the students with certain test scores, taking up columns A to N. The other set contains about 80% of those same students with a different set of test scores. Students are sorted by ID numbers. How do I combine the second set into columns O to V so that student ID numbers match and it inputs the rest of the student data into the sheet.

    I know there will be some blanks because not all students will be there but I need them to match up, even with the blanks. Any help would be great! 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
    24,704

    Re: Combine to sets of data

    Assuming the ID is in column A of both sets of data (assumed to be on different sheets), then you can use this in O2 of the first sheet:

    =IFERROR(VLOOKUP($A2,Sheet2!$A:$N,COLUMNS($A:B),0),"")

    Then copy across and down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-08-2014
    Location
    Houston
    MS-Off Ver
    MAC 2010
    Posts
    2

    Re: Combine to sets of data

    THANK YOU THANK YOU THANK YOU! I spent hours last week trying to figure that out. THANK YOU!!!

+ 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. [SOLVED] Combine 2 data sets into one list based on user selection in drop downs.
    By Sassy13 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-01-2013, 01:46 PM
  2. [SOLVED] How to Combine two sets of data in excel
    By Jchhoule in forum Excel General
    Replies: 3
    Last Post: 05-10-2012, 02:47 PM
  3. Combine multiple data sets into one master spreadsheet
    By thetrickster in forum Excel General
    Replies: 5
    Last Post: 01-16-2012, 02:55 PM
  4. Combine two sets of data
    By FrankCastle in forum Excel General
    Replies: 4
    Last Post: 08-15-2011, 06:31 PM
  5. [SOLVED] How to combine two data sets with one category of variable in com.
    By Brown in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-22-2005, 08:08 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