|
By:
Easiest way would probably be to make a new column with something along the lines of =if(D1="win",C1,IF(D1="lose",-C1,"") then you can add the sum to your bank.
*Where D1 represents the win/loss cell and C1 represents the potential win. If it's for betfair you'll need to adapt it to take account of commission C1*0.95 or whatever your commission discount is. |