Merging data in Excel, but keep duplicates











up vote
0
down vote

favorite












I have an Excel sheet with student names and ID numbers, and another sheet with ID numbers and testing information. The sheet with testing information has a row of English and a row of Math for each ID number, so the ID numbers are duplicated. I need to create a sheet with the Student names, ID numbers, and testing information with 2 rows for each student.



The sheet with testing information has more students than I need - I have the set of students in the first sheet with the names and ID numbers, so I can't just copy and paste. The current process is to just go through the larger set and delete the rows of students we don't need (for ~400/500 students, no thanks).



I was trying to follow this video - https://youtu.be/0uWjXuhvqB8 but I ended up with the same student IDs and test information for every student.



ETA Images:
Sheet1 - Student names & ID Numbers
Sheet2 - ID Numbers & Testing info
Sheet3 - Final format needed










share|improve this question




















  • 1




    Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
    – cybernetic.nomad
    Nov 19 at 18:00










  • Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
    – Lee
    Nov 20 at 1:39















up vote
0
down vote

favorite












I have an Excel sheet with student names and ID numbers, and another sheet with ID numbers and testing information. The sheet with testing information has a row of English and a row of Math for each ID number, so the ID numbers are duplicated. I need to create a sheet with the Student names, ID numbers, and testing information with 2 rows for each student.



The sheet with testing information has more students than I need - I have the set of students in the first sheet with the names and ID numbers, so I can't just copy and paste. The current process is to just go through the larger set and delete the rows of students we don't need (for ~400/500 students, no thanks).



I was trying to follow this video - https://youtu.be/0uWjXuhvqB8 but I ended up with the same student IDs and test information for every student.



ETA Images:
Sheet1 - Student names & ID Numbers
Sheet2 - ID Numbers & Testing info
Sheet3 - Final format needed










share|improve this question




















  • 1




    Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
    – cybernetic.nomad
    Nov 19 at 18:00










  • Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
    – Lee
    Nov 20 at 1:39













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have an Excel sheet with student names and ID numbers, and another sheet with ID numbers and testing information. The sheet with testing information has a row of English and a row of Math for each ID number, so the ID numbers are duplicated. I need to create a sheet with the Student names, ID numbers, and testing information with 2 rows for each student.



The sheet with testing information has more students than I need - I have the set of students in the first sheet with the names and ID numbers, so I can't just copy and paste. The current process is to just go through the larger set and delete the rows of students we don't need (for ~400/500 students, no thanks).



I was trying to follow this video - https://youtu.be/0uWjXuhvqB8 but I ended up with the same student IDs and test information for every student.



ETA Images:
Sheet1 - Student names & ID Numbers
Sheet2 - ID Numbers & Testing info
Sheet3 - Final format needed










share|improve this question















I have an Excel sheet with student names and ID numbers, and another sheet with ID numbers and testing information. The sheet with testing information has a row of English and a row of Math for each ID number, so the ID numbers are duplicated. I need to create a sheet with the Student names, ID numbers, and testing information with 2 rows for each student.



The sheet with testing information has more students than I need - I have the set of students in the first sheet with the names and ID numbers, so I can't just copy and paste. The current process is to just go through the larger set and delete the rows of students we don't need (for ~400/500 students, no thanks).



I was trying to follow this video - https://youtu.be/0uWjXuhvqB8 but I ended up with the same student IDs and test information for every student.



ETA Images:
Sheet1 - Student names & ID Numbers
Sheet2 - ID Numbers & Testing info
Sheet3 - Final format needed







microsoft-excel microsoft-excel-2016






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 2:27

























asked Nov 19 at 17:51









JFeinAu

12




12








  • 1




    Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
    – cybernetic.nomad
    Nov 19 at 18:00










  • Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
    – Lee
    Nov 20 at 1:39














  • 1




    Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
    – cybernetic.nomad
    Nov 19 at 18:00










  • Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
    – Lee
    Nov 20 at 1:39








1




1




Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
– cybernetic.nomad
Nov 19 at 18:00




Sounds like you may be looking for VLOOKUP and/or INDEX/MATCH
– cybernetic.nomad
Nov 19 at 18:00












Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
– Lee
Nov 20 at 1:39




Sheet 1: ibb.co/fq2QqL Sheet 2: ibb.co/eRNaqL Result Sheet: ibb.co/cRNVPf Result Sheet Column A formula: =Sheet1!A2 Column B formula: =VLOOKUP(A2,Sheet1!A:B,2,FALSE) Column C: =VLOOKUP(B2,Sheet2!A:B,2,FALSE)
– Lee
Nov 20 at 1:39















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376751%2fmerging-data-in-excel-but-keep-duplicates%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376751%2fmerging-data-in-excel-but-keep-duplicates%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Unable to view message in Sitecore 7.2 ECM