
I'm need of some help, I have an automation rule that places one bet in guardian automation which essentially will trigger a single bet in excel, if it matches the 'P & L' Condition and of the specific odds (basically under or over 2.3 for a paticular horse), the formula is in every horse commands column (column L) and so far it has worked fine! the formula looks like this...
=IF(AND(C9>0,G9<2.3),"BACK",IF(AND(C9<0,G9>2.3),"LAY",""))
My issue is that it places a bet more then once, mostly that happening during in-play and I haven't found a way to limit the number of bets, I want to now stop any bets being placed during 'IN-play' as a solution to my problem.
...my question is what can I add to my formula to stop any bets being placed during 'IN-play' using this formula I've presented above.