Hi, I am a teacher and need to record the results from collaborative paired projects for my class. The idea being that I am able to see the effect of different partnerships on test results. I also need to set incremental targets based on personal attainment. I am struggling to write the formulas required to look up a value over two columns and return a value from on of two columns. For example -
Week 1 testing
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD]Child 1[/TD]
[TD]Child 2[/TD]
[TD]Target child 1[/TD]
[TD]Target child 2[/TD]
[TD]Results child 1[/TD]
[TD]Result child 2[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Frank[/TD]
[TD][/TD]
[TD][/TD]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Peter[/TD]
[TD][/TD]
[TD][/TD]
[TD]10[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
Week 2 testing - I want to be able to enter a formula in columns C and D that lookup the name in column A/B and return their results from E/F. The partners have swapped and I can add a calculation to add an increment to the target if I can get the lookup working.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD]Child 1[/TD]
[TD]Child 2[/TD]
[TD]Target child 1[/TD]
[TD]Target child 2[/TD]
[TD]Results child 1[/TD]
[TD]Result child 2[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Bill[/TD]
[TD]12[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Peter[/TD]
[TD]14[/TD]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm struggling to understand if this is possible and also how I could return the last known results when I have multiple weeks of results.
Week 1 testing
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD]Child 1[/TD]
[TD]Child 2[/TD]
[TD]Target child 1[/TD]
[TD]Target child 2[/TD]
[TD]Results child 1[/TD]
[TD]Result child 2[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Frank[/TD]
[TD][/TD]
[TD][/TD]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Peter[/TD]
[TD][/TD]
[TD][/TD]
[TD]10[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
Week 2 testing - I want to be able to enter a formula in columns C and D that lookup the name in column A/B and return their results from E/F. The partners have swapped and I can add a calculation to add an increment to the target if I can get the lookup working.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD]Child 1[/TD]
[TD]Child 2[/TD]
[TD]Target child 1[/TD]
[TD]Target child 2[/TD]
[TD]Results child 1[/TD]
[TD]Result child 2[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Bill[/TD]
[TD]12[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Peter[/TD]
[TD]14[/TD]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm struggling to understand if this is possible and also how I could return the last known results when I have multiple weeks of results.