Score Prediction Template

DavidMoran

New Member
Joined
Nov 22, 2017
Messages
12
I am trying to make a sports prediction quiz. I would like the scoring to be
[TABLE="width: 130"]
<tbody>[TR]
[TD]Margin
[/TD]
[TD]Points
[/TD]
[/TR]
[TR]
[TD]Draw
[/TD]
[TD]40
[/TD]
[/TR]
[TR]
[TD]Winner
[/TD]
[TD]20
[/TD]
[/TR]
[TR]
[TD]Exact
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]4
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]

The selection will be pick, winner, or draw and the points margin of victory e.g
[TABLE="width: 195"]
<tbody>[TR]
[TD][/TD]
[TD]Prediction
[/TD]
[TD]Margin
[/TD]
[/TR]
[TR]
[TD]Joe
[/TD]
[TD]Team 1
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Pat
[/TD]
[TD]Draw
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]Mary
[/TD]
[TD]Team 2
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]

Example: the Team 1 beat Team 2 by 3 points. Therefore Joe gets 20 points for picking winner and an extra 3 for correct points margin

Example 2: The teams draw, therefore Pat gets 40 points

Example 3, Team 2 wins by 4. Therefore Mary gets 20 point only

Many thanks
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
what is the significance of the RED below?

and if correctly picked the margin, say 5 pts, what's the extra?

I am trying to make a sports prediction quiz. I would like the scoring to be
[TABLE="width: 130"]
<tbody>[TR]
[TD]Margin[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]Draw[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Winner[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Exact[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

The selection will be pick, winner, or draw and the points margin of victory e.g
[TABLE="width: 195"]
<tbody>[TR]
[TD][/TD]
[TD]Prediction[/TD]
[TD]Margin[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Team 1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Draw[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]Team 2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]

Example: the Team 1 beat Team 2 by 3 points. Therefore Joe gets 20 points for picking winner and an extra 3 for correct points margin

Example 2: The teams draw, therefore Pat gets 40 points

Example 3, Team 2 wins by 4. Therefore Mary gets 20 point only

Many thanks
 
Upvote 0
If a team wins by 5 and they correctly pick 5, they get an extra 5 on top of the 20 for picking the correct winning team. If a team wins by 2 and they correctly pick 2, they get an extra 8 on top of the 20. In essence, the tighter the margin the higher the extra points
Thanks

what is the significance of the RED below?

and if correctly picked the margin, say 5 pts, what's the extra?
 
Upvote 0
If a team wins by 5 and they correctly pick 5, they get an extra 5 on top of the 20 for picking the correct winning team. If a team wins by 2 and they correctly pick 2, they get an extra 8 on top of the 20. In essence, the tighter the margin the higher the extra points
Thanks

I am trying to make a sports prediction quiz. I would like the scoring to be
[TABLE="width: 130"]
<tbody>[TR]
[TD]Margin[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]Draw[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Winner[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Exact[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

The selection will be pick, winner, or draw and the points margin of victory e.g
[TABLE="width: 195"]
<tbody>[TR]
[TD][/TD]
[TD]Prediction[/TD]
[TD]Margin[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Team 1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Draw[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]Team 2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]

Example: the Team 1 beat Team 2 by 3 points. Therefore Joe gets 20 points for picking winner and an extra 3 for correct points margin

Example 2: The teams draw, therefore Pat gets 40 points

Example 3, Team 2 wins by 4. Therefore Mary gets 20 point only

Many thanks

ok, just to clarify, shouldn't Joe gets 20 + 7 points?

what about the 10 points for Exact?
 
Last edited:
Upvote 0
what about the 10 points for Exact?

I am trying to make a sports prediction quiz. I would like the scoring to be
[TABLE="width: 130"]
<tbody>[TR]
[TD]Margin[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]Draw[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Winner[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Exact[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

The selection will be pick, winner, or draw and the points margin of victory e.g
[TABLE="width: 195"]
<tbody>[TR]
[TD][/TD]
[TD]Prediction[/TD]
[TD]Margin[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Team 1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Draw[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]Team 2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]

Example: the Team 1 beat Team 2 by 3 points. Therefore Joe gets 20 points for picking winner and an extra 3 for correct points margin

Example 2: The teams draw, therefore Pat gets 40 points

Example 3, Team 2 wins by 4. Therefore Mary gets 20 point only

Many thanks
 
Upvote 0
try this, not taking into the account of the 10 points for Exact


Excel 2013/2016
ABCD
1MarginPoints
2Draw40
3Winner20
4Exact10
519
628
737
846
955
1064
1173
1282
1391
14
15Result
16Team 17
17Team 24
18
19PredictionMarginPoints
20JoeTeam 1327
21PatDraw00
22MaryTeam 250
Sheet1
Cell Formulas
RangeFormula
D20=IFERROR(IF(LOOKUP(B20,$A$16:$A$17,$B$16:$B$17)>MIN($B$16:$B$17), 20+IF(ABS($B$16-$B$17)=C20,10-C20,0),0),IF($B$16=$B$17,40,0))
 
Last edited:
Upvote 0
try this, not taking into the account of the 10 points for Exact

Excel 2013/2016
ABCD
MarginPoints
Draw
Winner
Exact
Result
Team 1
Team 2
PredictionMarginPoints
JoeTeam 1
PatDraw
MaryTeam 2

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]2[/TD]

[TD="align: right"]40[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: right"]20[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]

[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]5[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]6[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]7[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]8[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]9[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]10[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]11[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]12[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]13[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]1[/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: 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"]7[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]17[/TD]

[TD="align: right"]4[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]18[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]19[/TD]
[TD="align: right"][/TD]

[TD="align: center"]20[/TD]

[TD="align: right"]3[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=E2EFDA]#E2EFDA[/URL] , align: right"]27[/TD]

[TD="align: center"]21[/TD]

[TD="align: right"]0[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=E2EFDA]#E2EFDA[/URL] , align: right"]0[/TD]

[TD="align: center"]22[/TD]

[TD="align: right"]5[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=E2EFDA]#E2EFDA[/URL] , align: right"]0[/TD]

</tbody>
Sheet1

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]D20[/TH]
[TD="align: left"]=IFERROR(IF(LOOKUP(B20,$A$16:$A$17,$B$16:$B$17)>MIN($B$16:$B$17),
20+IF(ABS($B$16-$B$17)=C20,10-C20,0),0
),IF($B$16=$B$17,40,0)
)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

Thank you
If it is exact, its 20 for the win and the extra 10 for exact points margin
 
Upvote 0
ok, but your example dont pick the scores, just margin.

Thank you
If it is exact, its 20 for the win and the extra 10 for exact points margin

The selection will be pick, winner, or draw and the points margin of victory e.g

[TABLE="width: 195"]
<tbody>[TR]
[TD][/TD]
[TD]Prediction[/TD]
[TD]Margin[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Team 1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Draw[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]Team 2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
another way with scores picked


Excel 2013/2016
ABCD
1Result
2Team 1Team 2
327
4
5Prediction
6Team 1Team 2Points
7Joe400
8Pat220
9Mary3825
Sheet1
Cell Formulas
RangeFormula
D7=IF(AND(B7=C7,$B$3=$C$3),40,IF(OR(AND(B7>C7,$B$3>$C$3),AND(C7>B7,$C$3>$B$3)),20,0)) +IF(AND(B7=$B$3,C7=$C$3),10,IF(AND((B7-C7)=($B$3-$C$3),B7<>C7),10-ABS(B7-C7),0))



Excel 2013/2016
ABCD
1Result
2Team 1Team 2
322
4
5Prediction
6Team 1Team 2Points
7Joe400
8Pat2250
9Mary380
Sheet1
Cell Formulas
RangeFormula
D7=IF(AND(B7=C7,$B$3=$C$3),40,IF(OR(AND(B7>C7,$B$3>$C$3),AND(C7>B7,$C$3>$B$3)),20,0)) +IF(AND(B7=$B$3,C7=$C$3),10,IF(AND((B7-C7)=($B$3-$C$3),B7<>C7),10-ABS(B7-C7),0))



Excel 2013/2016
ABCD
1Result
2Team 1Team 2
352
4
5Prediction
6Team 1Team 2Points
7Joe4127
8Pat220
9Mary380
Sheet1
Cell Formulas
RangeFormula
D7=IF(AND(B7=C7,$B$3=$C$3),40,IF(OR(AND(B7>C7,$B$3>$C$3),AND(C7>B7,$C$3>$B$3)),20,0)) +IF(AND(B7=$B$3,C7=$C$3),10,IF(AND((B7-C7)=($B$3-$C$3),B7<>C7),10-ABS(B7-C7),0))



Excel 2013/2016
ABCD
1Result
2Team 1Team 2
351
4
5Prediction
6Team 1Team 2Points
7Joe4120
8Pat220
9Mary150
Sheet1
Cell Formulas
RangeFormula
D7=IF(AND(B7=C7,$B$3=$C$3),40,IF(OR(AND(B7>C7,$B$3>$C$3),AND(C7>B7,$C$3>$B$3)),20,0)) +IF(AND(B7=$B$3,C7=$C$3),10,IF(AND((B7-C7)=($B$3-$C$3),B7<>C7),10-ABS(B7-C7),0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top