Author Topic: League points formula  (Read 1148 times)

Moonman720

  • Newbie
  • *
  • Posts: 2
    • View Profile
League points formula
« on: May 10, 2014, 07:59:46 AM »
I have a small league that rewards points once a month for 10 months. I saw on the forums that someone came up with the formula for them. I too need a little help with that. The league has 16 guys and points are as follows,

1st--21 points
2----18
3----15
4----13
5----12
6----11
7----10
8----9
9----8
10--7
11--6
12--5
13--4
14--3
15--2
16--1

Any help would be greatly appreciated

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: League points formula
« Reply #1 on: May 10, 2014, 12:11:33 PM »
max(17 - r, 0) + switch(r, 1, 5, 2, 3, 3, 1)

Moonman720

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: League points formula
« Reply #2 on: May 10, 2014, 07:06:05 PM »
Thanks a lot