Hi! I don't really have a solid background in Excel, so please bear with me. I'm planning to host a sports ranking prediction game and I'm currently having some difficulty finding the appropriate Excel function/s for my scoresheet.
The point system goes like this:
2 points - correctly guessing the exact placement of a player
1 point - guessing the rank to be ±1 place away from the exact placement (Example: Westbrook got a No. 3 ranking. Prediction game participant predicted him to be No. 2 or 4.)
0.5 point - guessing the rank to be ±2 places away from the exact placement (Example: Curry got a No. 7 ranking. Prediction game participant predicted him to be No. 5 or 9.)
Let's assume this is the Top 10 in order:
1. LeBron James
2. Kevin Durant
3. Anthony Davis
4. Stephen Curry
5. Kawhi Leonard
6. Chris Paul
7. Russell Westbrook
8. Karl-Anthony Towns
9. Paul George
10. Klay Thompson
11. Jimmy Butler*
12. James Harden*
*Note: Only the Top 10 is up for prediction.
These are the sample entries encoded in an Excel scoresheet matrix:
Excel 2010
<tbody>
[TD="align: center"]1[/TD]
[TD="align: center"]Participants[/TD]
[TD="bgcolor: #C4D79B, align: center"]ENTRIES[/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="align: center"]Exact Rank Score[/TD]
[TD="align: center"]±1 Deviation Score[/TD]
[TD="align: center"]±2 Deviation Score[/TD]
[TD="align: center"]Total[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="bgcolor: #B8CCE4, align: center"]1[/TD]
[TD="bgcolor: #B8CCE4, align: center"]2[/TD]
[TD="bgcolor: #B8CCE4, align: center"]3[/TD]
[TD="bgcolor: #B8CCE4, align: center"]4[/TD]
[TD="bgcolor: #B8CCE4, align: center"]5[/TD]
[TD="bgcolor: #B8CCE4, align: center"]6[/TD]
[TD="bgcolor: #B8CCE4, align: center"]7[/TD]
[TD="bgcolor: #B8CCE4, align: center"]8[/TD]
[TD="bgcolor: #B8CCE4, align: center"]9[/TD]
[TD="bgcolor: #B8CCE4, align: center"]10[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]Red[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]Yellow[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]Green[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]Orange[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Excel 2010
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: center"]3[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"][/TD]
[TD="align: center"]5[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"][/TD]
[TD="align: center"]6[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"][/TD]
[TD="align: center"]8[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"][/TD]
[TD="align: center"]9[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"][/TD]
[TD="align: center"]10[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
[TD="align: center"]11[/TD]
[TD="align: right"]11[/TD]
[TD="align: right"][/TD]
[TD="align: center"]12[/TD]
[TD="align: right"]12[/TD]
[TD="align: right"][/TD]
[TD="align: center"]13[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]14[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]15[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]16[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Your help will be very much appreciated. Suggestions to better execute the tabulation would be greatly welcome. Thank you very much!
The point system goes like this:
2 points - correctly guessing the exact placement of a player
1 point - guessing the rank to be ±1 place away from the exact placement (Example: Westbrook got a No. 3 ranking. Prediction game participant predicted him to be No. 2 or 4.)
0.5 point - guessing the rank to be ±2 places away from the exact placement (Example: Curry got a No. 7 ranking. Prediction game participant predicted him to be No. 5 or 9.)
Let's assume this is the Top 10 in order:
1. LeBron James
2. Kevin Durant
3. Anthony Davis
4. Stephen Curry
5. Kawhi Leonard
6. Chris Paul
7. Russell Westbrook
8. Karl-Anthony Towns
9. Paul George
10. Klay Thompson
11. Jimmy Butler*
12. James Harden*
*Note: Only the Top 10 is up for prediction.
These are the sample entries encoded in an Excel scoresheet matrix:
Excel 2010
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
James | Leonard | Durant | Towns | Westbrook | Leonard | Paul | Curry | Towns | Harden | ||||||
Durant | Westbrook | Paul | James | Curry | Towns | Leonard | George | Thompson | Davis | ||||||
Curry | Durant | James | Leonard | Curry | Paul | Davis | Westbrook | Butler | Towns | ||||||
James | Towns | Paul | Curry | Harden | Durant | Westbrook | Thompson | George | Leonard | ||||||
Davis | James | Towns | Butler | Durant | Curry | Westbrook | Thompson | Leonard | George |
<tbody>
[TD="align: center"]1[/TD]
[TD="align: center"]Participants[/TD]
[TD="bgcolor: #C4D79B, align: center"]ENTRIES[/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="bgcolor: #C4D79B, align: center"][/TD]
[TD="align: center"]Exact Rank Score[/TD]
[TD="align: center"]±1 Deviation Score[/TD]
[TD="align: center"]±2 Deviation Score[/TD]
[TD="align: center"]Total[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="bgcolor: #B8CCE4, align: center"]1[/TD]
[TD="bgcolor: #B8CCE4, align: center"]2[/TD]
[TD="bgcolor: #B8CCE4, align: center"]3[/TD]
[TD="bgcolor: #B8CCE4, align: center"]4[/TD]
[TD="bgcolor: #B8CCE4, align: center"]5[/TD]
[TD="bgcolor: #B8CCE4, align: center"]6[/TD]
[TD="bgcolor: #B8CCE4, align: center"]7[/TD]
[TD="bgcolor: #B8CCE4, align: center"]8[/TD]
[TD="bgcolor: #B8CCE4, align: center"]9[/TD]
[TD="bgcolor: #B8CCE4, align: center"]10[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]Red[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]Yellow[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]Green[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]Orange[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Sample Entries Matrix
Excel 2010
A | B | |
---|---|---|
LeBron James | ||
Kevin Durant | ||
Anthony Davis | ||
Stephen Curry | ||
Kawhi Leonard | ||
Chris Paul | ||
Russell Westbrook | ||
Karl-Anthony Towns | ||
Paul George | ||
Klay Thompson | ||
Jimmy Butler* | ||
James Harden* | ||
*Note: Only the Top 10 is up for prediction. |
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: center"]3[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"][/TD]
[TD="align: center"]5[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"][/TD]
[TD="align: center"]6[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"][/TD]
[TD="align: center"]8[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"][/TD]
[TD="align: center"]9[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"][/TD]
[TD="align: center"]10[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
[TD="align: center"]11[/TD]
[TD="align: right"]11[/TD]
[TD="align: right"][/TD]
[TD="align: center"]12[/TD]
[TD="align: right"]12[/TD]
[TD="align: right"][/TD]
[TD="align: center"]13[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]14[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]15[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]16[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Hypothetical Top 12
Your help will be very much appreciated. Suggestions to better execute the tabulation would be greatly welcome. Thank you very much!