by GaryRussell » Mon Sep 13, 2010 7:54 am
You first need to calculate the weight of money.
For example:-
1) Insert =C5+E5+G5 in cell Y5
2) Insert =I5+K5+M5 in cell Z5
3) Insert =IF(Y5=0,0,IF(Z5=0,0,IF(Y5>Z5,Y5/Z5,Z5/Y5))) in cell AA5
4) Copy formulas to rest of selections.
Column AA now displays the weight of money.
You just need to refer to column AA in your trigger formula. For example.
=if(AA5>10,"BACK") to place a back bet if the WOM is greater than 10.