I am working on combining test data into one giant workbook. I have two sheets of data. I need to add the mastery values per standard for each student to my master sheet. What formula can I use to accomplish this?
Any help much appreciated
Master Sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Student Name[/TD]
[TD]Student ID[/TD]
[TD]Course[/TD]
[TD]Teacher[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.13.D[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.17.B[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.18[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.19[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]English III[/TD]
[TD]Smith[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Outcome Sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Student Name[/TD]
[TD]Student ID[/TD]
[TD]Points[/TD]
[TD]Points Possible[/TD]
[TD]Mastery[/TD]
[TD]Outcome Name[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]Not Mastered[/TD]
[TD]E3.13.D[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]Not Mastered[/TD]
[TD]E3.17.B[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]Mastered[/TD]
[TD]E3.18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]Not Mastered[/TD]
[TD]E3.19[/TD]
[/TR]
</tbody>[/TABLE]
Any help much appreciated
Master Sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Student Name[/TD]
[TD]Student ID[/TD]
[TD]Course[/TD]
[TD]Teacher[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.13.D[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.17.B[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.18[/TD]
[TD]<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>E3.19[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]English III[/TD]
[TD]Smith[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Outcome Sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Student Name[/TD]
[TD]Student ID[/TD]
[TD]Points[/TD]
[TD]Points Possible[/TD]
[TD]Mastery[/TD]
[TD]Outcome Name[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]Not Mastered[/TD]
[TD]E3.13.D[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]Not Mastered[/TD]
[TD]E3.17.B[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]Mastered[/TD]
[TD]E3.18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]fr4568dj[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]Not Mastered[/TD]
[TD]E3.19[/TD]
[/TR]
</tbody>[/TABLE]