Author Topic: Formula Help Needed  (Read 1017 times)

D1 Poker

  • Newbie
  • *
  • Posts: 2
    • View Profile
Formula Help Needed
« on: January 02, 2013, 10:24:47 PM »
Hi,
can anyone help me with a formula to give all players 10 points
and the final table players an extra point per position?
ie
 10th place would have 11 points, 9th place 12 points, 8th place 13 and so on
until first place would get 20 points
All other players receive 10 points



Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula Help Needed
« Reply #1 on: January 02, 2013, 10:32:53 PM »
10 + (if (r<11, 11-r, 0)

If you want to change it (ie final table of 8), change the 11 to be one more than the rank to start awarding bonus points.
My cowboys shot down your rockets
---
If you send a request to me please send that you got me from here w/your TD name to confirm. Thanks!

D1 Poker

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Formula Help Needed
« Reply #2 on: January 03, 2013, 10:07:38 PM »
Thanks for that, much appreciated.

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula Help Needed
« Reply #3 on: January 03, 2013, 11:42:40 PM »
You're welcome! Just as a side note, if you do decide to change the rank for the bonus, it would be for both of the 11s that show, not just one. Forgot to mention that.
My cowboys shot down your rockets
---
If you send a request to me please send that you got me from here w/your TD name to confirm. Thanks!