#1
|
|||
|
|||
![]() I'm trying to write a formula to update the bank and calculate my next bet. This is for my greyhound system that continues to win.
Something simple will do. |
#2
|
|||
|
|||
![]() Need more info Benny. You betting % of bank? need it rounded if betting with Tab,bookie or betfair?
|
#3
|
|||
|
|||
![]() Quote:
2% of the bank rounded to nearest whole $1 using my bookie |
#4
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() Starting bank $500 you can change to what you like, just copy formulas, if this helps.
Sheet1
Excel tables to the web >> Excel Jeanie HTML 4 |
#5
|
|||
|
|||
![]() excellent reply Crackone
instead of ROUNDUP i suggest =FLOOR(0.02*H2+0.5,1) as this would make the bet 2% of the bank rounded to "nearest" whole $1 have the best day!
__________________
never smile at a crocodile -- don't be taken in by his welcome grin ![]() |
#6
|
|||
|
|||
![]() Thanks for the tip.
Cheers |
#7
|
|||
|
|||
![]() for Benny's sake i think i should point out that there is nothing wrong with using ROUNDUP -- my tip was in adopting a 0.5 adjustment to the equation -- i suggested using FLOOR as an alternative -- the same thing could also be achieved using INT -- the following all make the bet 2% of the bank rounded to "nearest" whole $1 (where cell H2 is the bank)
=ROUNDUP(0.02*H2-0.5,0) =FLOOR(0.02*H2+0.5,1) =INT(0.02*H2+0.5)
__________________
never smile at a crocodile -- don't be taken in by his welcome grin ![]() Last edited by ixlat0 : 3rd February 2010 at 10:34 AM. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|