L
litefrozen
Ok I've been working on my prize list sheet formulas.
I have copy of my sheet here if anyone interested-
http://home.earthlink.net/~litefrozen/prizelistsheet_v1.xls
After trying some different things I've got to here.
I used a prize list I made by "hand" as a reference and to compute percentages for each place.
So for the payouts I used the formula (Payouts=Prizefund x percent) then rounded off.
This is a prizelist that has a $15756.00 prizefund. There are 32 teams with 4 players on each team.
----------------------------------------------------------------------------
The Formulas
A B C D E
1 Prize Fund Position Payouts Payout per Player Percent of Prize Fund
2 $15,756.00 1 =ROUND(($A$2*E2),0) =C2/$A$8 6.35%
#Players
8 4
33 32 =ROUND(($A$2*E33),0) =C33/$A$8 1.15%
35 Total of payouts =SUM(C2:C34) =SUM(D234)*$A$8 =SUM(E2:E34)
-----------------------------------------------------------------------------
The Display
A B C D E
1 Prize Fund Position Payouts Payout per Player Percent of Prize Fund
2 $15,756.00 1 $1,001.0000 $250.2500 6.35%
33 32 $181.0000 $45.2500 1.15%
35 Total of payouts $15,758.0000 $15,758.0000 100.00%
-------------------------------------------------------------------------------------------------
The problem here is that the "Total of Payouts"(C35) is different than the prize fund(A2).
$15,756.00<These are not the same>$15,758.0000
I know this is because of the ROUND function. I used it to get rid of the odd cents that came up
(like $1000.5060) in the team payouts. This also helped with the per player payouts.
It limited the cents to just .00, .25, .50, .75 cents.
Now I need to know if theres a way to adjust the payout formula or something else.
So that the two amounts match. I've tried the diff. ROUND functions and TRUNC they don't seem to fix it.
I can change one cells formula and fix it, but if I change the Prize fund amount its off again.
I feel I'm close to it working. There are other things I would like to add (like a way to vary the percentages
without just redoing them by hand.) but I want to get this down first.
Thanks for the help.
I have copy of my sheet here if anyone interested-
http://home.earthlink.net/~litefrozen/prizelistsheet_v1.xls
After trying some different things I've got to here.
I used a prize list I made by "hand" as a reference and to compute percentages for each place.
So for the payouts I used the formula (Payouts=Prizefund x percent) then rounded off.
This is a prizelist that has a $15756.00 prizefund. There are 32 teams with 4 players on each team.
----------------------------------------------------------------------------
The Formulas
A B C D E
1 Prize Fund Position Payouts Payout per Player Percent of Prize Fund
2 $15,756.00 1 =ROUND(($A$2*E2),0) =C2/$A$8 6.35%
#Players
8 4
33 32 =ROUND(($A$2*E33),0) =C33/$A$8 1.15%
35 Total of payouts =SUM(C2:C34) =SUM(D234)*$A$8 =SUM(E2:E34)
-----------------------------------------------------------------------------
The Display
A B C D E
1 Prize Fund Position Payouts Payout per Player Percent of Prize Fund
2 $15,756.00 1 $1,001.0000 $250.2500 6.35%
33 32 $181.0000 $45.2500 1.15%
35 Total of payouts $15,758.0000 $15,758.0000 100.00%
-------------------------------------------------------------------------------------------------
The problem here is that the "Total of Payouts"(C35) is different than the prize fund(A2).
$15,756.00<These are not the same>$15,758.0000
I know this is because of the ROUND function. I used it to get rid of the odd cents that came up
(like $1000.5060) in the team payouts. This also helped with the per player payouts.
It limited the cents to just .00, .25, .50, .75 cents.
Now I need to know if theres a way to adjust the payout formula or something else.
So that the two amounts match. I've tried the diff. ROUND functions and TRUNC they don't seem to fix it.
I can change one cells formula and fix it, but if I change the Prize fund amount its off again.
I feel I'm close to it working. There are other things I would like to add (like a way to vary the percentages
without just redoing them by hand.) but I want to get this down first.
Thanks for the help.