Sports Prediction Quiz for GAA (Ireland)

DavidMoran

New Member
Joined
Nov 22, 2017
Messages
12
I am looking for a template to create a score prediction quiz with a leaderboard feature
the scoring will be as follows

40 points – Correct draw predicted.
[h=3] 20 points – Correct Winning Team predicted
10 points – Exact Margin of victory
9 points – Margin of victory within 1 point
8 points – Margin of victory within 2 points
7 points – Margin of victory within 3 points
6 points – Margin of victory within 4 points
5 points – Margin of victory within 5 points
4 points – Margin of victory within 6 points
3 points – Margin of victory within 7 points
2 points – Margin of victory within 8 points
1 point – Margin of victory within 9 points
[/h]
Thank you
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
You may be able to adapt this:

In A1:B2

Home TeamHome ScoreAway ScoreAway Team
Team A89Team B

<colgroup><col style="mso-width-source:userset;mso-width-alt:2560;width:53pt" width="70"> <col style="mso-width-source:userset;mso-width-alt:2596;width:53pt" width="71"> <col style="mso-width-source:userset;mso-width-alt:2523;width:52pt" width="69"> <col style="mso-width-source:userset;mso-width-alt:2486;width:51pt" width="68"> </colgroup><tbody>
</tbody>

In F1:G12

MarginPoints Won
010
19
28
37
46
55
64
73
82
91
100

<colgroup><col><col></colgroup><tbody>
</tbody>

In I1:J2

PredictionBy No. Points
Team A1

<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:2889;width:59pt" width="79"> </colgroup><tbody>
</tbody>

Then the formula:

=IF(AND(B2=C2,J2=0),40,IF(IF(B2>C2,A2,D2)=I2,20,0)+LOOKUP(ABS(ABS(B2-C2)-J2),F1:F12,G1:G12))

Its probably not how you are set up but may give you some clues to whats possible.
 
Upvote 0

Forum statistics

Threads
1,216,127
Messages
6,129,022
Members
449,481
Latest member
joaotcosta23

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