Author Topic: Formula Help Please  (Read 1457 times)

GalaxyOne

  • Newbie
  • *
  • Posts: 3
    • View Profile
Formula Help Please
« on: January 17, 2011, 01:38:41 PM »
I need a formula for our ranking...

1.  10 Points
2.    8 Points
3.    6 Points
4.    5 Points
5.    4 Points
6.    3 Points
7.    2 Points
8.    1 Points

and 2 Points for Buy-in.....


Thanks a lot

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula Help Please
« Reply #1 on: January 17, 2011, 01:50:53 PM »
switch(r, 1, 10, 2, 8, 3, 6, 4, 5, 5, 4, 6, 3, 7, 2, 8, 1) will work for the points for playing box. For the buy-in, you can put a '2' in that box. Another one that should work for points for playing is n-r+1+switch(r,1, 2, 2, 1). Either way should work, and I'm even sure there's going to be other ways to accomplish the same thing.
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!

GalaxyOne

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Formula Help Please
« Reply #2 on: January 17, 2011, 02:13:37 PM »
switch(r, 1, 10, 2, 8, 3, 6, 4, 5, 5, 4, 6, 3, 7, 2, 8, 1)

if i test the formula they work,but if i play a tournament only 7 player get points

it looks like this

#   Points
1   10.00
2   8.00
3   6.00
4   5.00
5   3.00
6   2.00
7   1.00
« Last Edit: January 17, 2011, 02:19:23 PM by GalaxyOne »

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula Help Please
« Reply #3 on: January 17, 2011, 02:40:24 PM »
Hmmm, works perfectly fine for me with the first switch... Wondering if it was copied right?  Here's a file to show what happened for me. 

Side note: I'm running 2.6.b4, so if you can't get it to work, let me know and I'll see what I can do to make it compatible.
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!

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Formula Help Please
« Reply #4 on: January 18, 2011, 06:18:38 AM »
magic, How did you reserve the seats for dealers on the tables tabs

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Formula Help Please
« Reply #5 on: January 18, 2011, 09:58:33 AM »
On the tables tab, right click, and select "Make Seat Unavailable". From there, you can put in whatever text you would like. I use 'reserved for dealer' because we usually get a couple of people who will volunteer to deal, to which you can make it available in a couple of ways. One would be to do the same thing you did to make it available (right click, make available), or, you can drag a player to the seat, to which it will ask for confirmation that you want it to be available.
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!

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Formula Help Please
« Reply #6 on: January 18, 2011, 11:49:26 AM »
On the tables tab, right click, and select "Make Seat Unavailable". From there, you can put in whatever text you would like. I use 'reserved for dealer' because we usually get a couple of people who will volunteer to deal, to which you can make it available in a couple of ways. One would be to do the same thing you did to make it available (right click, make available), or, you can drag a player to the seat, to which it will ask for confirmation that you want it to be available.

Cheers Magic. I Learn something new every time i come on here

GalaxyOne

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Formula Help Please
« Reply #7 on: January 18, 2011, 09:48:03 PM »
ok... thanks...it works......