NFL Draft pool

Tom and Rons Pools

New Member
Joined
Apr 23, 2020
Messages
21
Office Version
  1. 365
Platform
  1. Windows
I am looking to create a draft pool where each person picks who they predict will be drafted each pick in the 1st round 32 pick in all. The scoring will be as follows: 10 points for hitting the pick, 5 points for being within 1 position, 2 points if you are within 2 positions, and 1 point if within 5 positions where the player was actually drafted.

So my question is if I create a master list for the draft and adjust accordingly what formula would be used to calculate points on the other sheets based on the names of the players on the master list and assign points bases on the scoring above?

Please see the attached sheet for reference. the master is where I will input the picks and each sheet after will be the picks of the players who enter the contest. in column D on 'entry 1' and 'entry 2' I have inputted what the points should be. I would like the formula in column C on every sheet except for 'master'
 

Attachments

  • entry 1.PNG
    entry 1.PNG
    17.7 KB · Views: 17
  • entry 2.PNG
    entry 2.PNG
    18.8 KB · Views: 18
  • Master.PNG
    Master.PNG
    18.3 KB · Views: 16

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
one option:
in the master sheet make a quick table in columns Eand F for you point structure

ex:
0 10
1 5
2 2
5 1
6 0

then use this into C2 on entry sheet
=VLOOKUP(ABS(MATCH(B2,Master!B:B,0)-1-A2),Master!E:F,2)

fill down as needed

hth,

Ross
 
Upvote 0
one option:
in the master sheet make a quick table in columns Eand F for you point structure

ex:
0 10
1 5
2 2
5 1
6 0

then use this into C2 on entry sheet
=VLOOKUP(ABS(MATCH(B2,Master!B:B,0)-1-A2),Master!E:F,2)

fill down as needed

hth,

Ross
That was actually very helpful
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,928
Members
449,094
Latest member
teemeren

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