Author Topic: Point formula  (Read 1019 times)

ScooterA272

  • Newbie
  • *
  • Posts: 2
    • View Profile
Point formula
« on: September 20, 2012, 10:44:19 AM »
I have used TD for a few years to run our league but never quite to its potential. I have never done anything with formulas and I would love to use TD to track our standings in points. This year we have 30 playeers in our league. The point structure we are using staggers the point difference between places the further you go up. 30th gets 2 points and each place higher gets 2 more points up to 21st place. At 20th it adds 4 points to the previous place up to 11th. 10th thru 2nd goes up 6 points per place and 1st gets 10 points more than 2nd. Any help is greatly appreciated. I guess I should also include we play 18 different tournaments.
« Last Edit: September 20, 2012, 11:53:02 AM by ScooterA272 »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Point formula
« Reply #1 on: September 20, 2012, 02:22:34 PM »
((n - r + 1) * 2) + if(rank < 21, (21 - r) * 2) + if(rank < 11, (11 - r) * 2) + if(rank = 1, 4)

ScooterA272

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Point formula
« Reply #2 on: October 10, 2012, 09:14:16 AM »
Thanks for the help, we were able to figure it out a bit better with the aid as well as checking out some of the other posts. Now for the next step to figure out some different layouts, sounds and maybe how to win more. Thanks again and thanks to all those who post thier ideas and helping posts out there.