Betting pre-determined selections before the off

Please post any questions regarding the program here.

Moderator: 2020vision

Betting pre-determined selections before the off

Postby MiniBlueDragon » Tue May 13, 2014 1:42 pm

Hi folks. Am I correct in assuming the easiest way to back pre-determined selections just prior to the off is to create an Excel sheet with them on and use a simple IF statement, e.g. a sheet names "runners" and a formula like:

Code: Select all
=MATCH(Y5,Runners!$A$1:$A$50,0)


And wrap an error catch around it to produce a blank cell if the runner isn't in the Runners list:

Code: Select all
=IF(ISNA(MATCH(Y5,Runners!$A$1:$A$50,0)),"",MATCH(Y5,Runners!$A$1:$A$50,0))


Then the trigger would simply be:

=IF(AN5<>"","BACK-IP","")
MiniBlueDragon
 
Posts: 130
Joined: Tue Jul 05, 2011 1:14 pm
Location: London

Postby Captain Sensible » Tue May 13, 2014 2:13 pm

There's an example sheet here http://www.gruss-software.co.uk/Excel/E ... etting.htm

Think a few people have used it as a starting point. Looks messy with the all the #NA errors but to be honest unless you're OCD sometimes it's not worth the effort tarting things up with bots
User avatar
Captain Sensible
 
Posts: 2923
Joined: Sat Nov 19, 2005 2:29 pm


Return to Help

Who is online

Users browsing this forum: Google [Bot] and 85 guests

Sports betting software from Gruss Software


The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.

Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.

Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.

He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.

We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.