The Tournament Director Forums

Main => Help Me => Topic started by: 09Rich on February 23, 2010, 04:01:04 PM

Title: points system
Post by: 09Rich on February 23, 2010, 04:01:04 PM
I am using (n - r + 1 + nh) * 10 formula for game

(n - r + 1 + nh) * 10 for tourney formula

(n * 10) * if(nr > 0, 7.5, 10) for overall

Each player is allowed for one rebuy before round four. There is a 25% penalty for rebuying how do I put that in formula and where do I enter the formula in the game tab, tourney tab, or overall tab. We have played four games this year. The above formula are working great for the points system. I just can not get the 25% penalty formula right.
Title: Re: points system
Post by: TIMMER on February 23, 2010, 04:36:33 PM
game tab ( points for Playing ) i use the same one  (n - r + 1) * if(nr > 0, 7.5, 10) + (nh * 10) my understanding is the  7.5,   is the 25% penalty if not im in trouble
Title: Re: points system
Post by: 09Rich on February 28, 2010, 09:13:28 AM
Thanks I got it right now.