The Tournament Director Forums

Main => Help Me => Topic started by: ScooterA272 on September 20, 2012, 10:44:19 AM

Title: Point formula
Post by: ScooterA272 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.
Title: Re: Point formula
Post by: Corey Cooper 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)
Title: Re: Point formula
Post by: ScooterA272 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.