Poker Tournament Payout Spreadsheet

Justinian

Well-known Member
Joined
Aug 9, 2009
Messages
1,557
Office Version
  1. 365
Platform
  1. Windows
Does anyone have any good spreadsheets to calculate poker payouts?

We have a $35 buy with a mandatory $75 house take off the top. So if twenty people play, the payout is $625. How can I calculate the payouts to descend from 1st place so that no two payouts are the same and everyone in the pool gets a cash prize? 1st place should get a majority of the prize and 2nd should be a little less, same with third on down to twenty.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi Justinian
Nice exercise, just an idea, you should know that there are multiple answers for you problem:
Libro1.olx

*ABC
1Num of Players20Change to your need
2Buy35Change to your need
3House75*
4Payout625Do not change
5Slope3Change to a value where Aux2 is small but positive, star with 1
6Aux1190Do not change
7Aux22,75Do not change
8***
9PlayerPayoutsOver
10159,7519
11256,7518
12353,7517
13450,7516

<tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B4=B1*B2-B3
B6=SUM(C10:C113)
B7=(B4-(B6*B5))/B1
B10=IF(B4>0;IF(A10<>"";$B$7+$B$5*C10;"");0)
C10=IF(A10<>"";COUNT(A11:$A$113);"")
A11=IF(IF(A10="";9999;A10)+1>$B$1;"";A10+1)
B11=IF(B5>0;IF(A11<>"";$B$7+$B$5*C11;"");0)
C11=IF(A11<>"";COUNT(A12:$A$113);"")
A12=IF(IF(A11="";9999;A11)+1>$B$1;"";A11+1)
B12=IF(B6>0;IF(A12<>"";$B$7+$B$5*C12;"");0)
C12=IF(A12<>"";COUNT(A13:$A$113);"")
A13=IF(IF(A12="";9999;A12)+1>$B$1;"";A12+1)
B13=IF(B9>0;IF(A13<>"";$B$7+$B$5*C13;"");0)
C13=IF(A13<>"";COUNT(A14:$A$113);"")

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4



You can see a test sheet at https://onedrive.live.com/redir?res...776&authkey=!AG7XnrlrOLwoIKQ&ithint=file,xlsx
 
Upvote 0
Ok, now we are talking but what is the "Over" column supposed to do and what if I need a greater disparity between 1st and 2nd place, 2nd and 3rd place, etc?

Also, what are the slope and aux numbers?
 
Last edited:
Upvote 0
Over i use to calculate the Payout is the amount of ppl under the position, this pos should get a básic Pay plus x times the slope
If you want to spread further 1st and 2nd increase slope but beware of negativos for ppl at the botton
This sheet is an exercice and is only one solution, for instance distribution is LINEAR you can create other distribution like exponencial or geometrical where money is at the top an little to the botton, but that sort of distribution require different formulas
Cheers
Sergio
 
Upvote 0

Forum statistics

Threads
1,215,746
Messages
6,126,638
Members
449,325
Latest member
Hardey6ix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top