Originally Posted by
Pascal
What kind of SNGs are they - heads up?
For your ones you could do:
Games played - column of numbers increasing by 1 each time
Game won - in each row you enter if you won that game (Yes or No)
Stake - you enter the stake (you could have a table containing rake amounts and have a function to automatically subtract rake)
Profit - + or - the stake after rake depending on won or lost
ROI - return on investment is profit (sum all profit) times total staked (games played * stake of each)