Author Topic: Formula help - Easy one I think  (Read 1210 times)

skelly82

  • Jr. Member
  • **
  • Posts: 71
  • Shark-stats admin
    • View Profile
    • Shark Stats
Formula help - Easy one I think
« on: September 24, 2008, 09:08:59 AM »
Hi guys we have started a new structure layout for tonight but I just can't seem to get it to work.

I would like for every player 5 points for playing, then for the top final 9 players 5 points for making the table. Then have the following points;

9th = 2
8th = 4
7th = 6
6th = 8
5th = 10
4th = 12
3rd = 14
2nd = 25
1st = 50

I hope that covers everything - any help would be greatly appreciated.  ???

Skelly 
Shark-stats.co.uk online poker league management - no programming needed just great stats everytime

badbeat

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: Formula help - Easy one I think
« Reply #1 on: September 24, 2008, 10:57:31 AM »
Try this, I think it should work and I've done it as you laid it out so you can easily change it in the future.

5+if(r<10,5,0)+switch(r,1,50,2,25,3,14,4,13,5,10,6,8,7,6,8,4,9,2)

skelly82

  • Jr. Member
  • **
  • Posts: 71
  • Shark-stats admin
    • View Profile
    • Shark Stats
Re: Formula help - Easy one I think
« Reply #2 on: September 26, 2008, 02:40:12 AM »
Worked like a charm - many thanks

Skelly
Shark-stats.co.uk online poker league management - no programming needed just great stats everytime