Help with my trigger when there is NR or Withdraw

Please post any questions regarding the program here.

Moderator: 2020vision

Help with my trigger when there is NR or Withdraw

Postby mickyxx1 » Thu May 31, 2012 6:27 pm

hi there, i need help with my trigger which is

=IF(AND(AA5=1,F5>1.05,F5<1.7,$F$2="",COUNTBLANK(T$5:T$50)=46),"BACK","")

the problem is if there is NR or WITHDRAW horse in the market race the trigger doesn't fire any bets, given all conditions are met which i don't understand. Can help pls
mickyxx1
 
Posts: 17
Joined: Tue Jan 24, 2012 5:20 pm

Postby brumbie » Fri Jun 01, 2012 10:40 pm

What is in column AA?
brumbie
 
Posts: 197
Joined: Tue Dec 28, 2010 2:00 am
Location: Brisbane,Australia

Postby mickyxx1 » Fri Jun 01, 2012 11:38 pm

it's a unique Rank.
=IF(F5<>"",RANK(F5,F$5:F$50,1),1000)
mickyxx1
 
Posts: 17
Joined: Tue Jan 24, 2012 5:20 pm

Postby mickyxx1 » Fri Jun 01, 2012 11:45 pm

Sorry that was on Y let me clarify

Y =IF(F5<>"",RANK(F5,F$5:F$50,1),1000) (Rank)

Z =Y5+0.01 (Tie Break)

AA =RANK(Z5,Z$5:Z$50,1) (Unique Rank)
mickyxx1
 
Posts: 17
Joined: Tue Jan 24, 2012 5:20 pm

Postby brumbie » Sat Jun 02, 2012 11:25 pm

The trigger seems ok,i think the problem
has to be further back.A non runner will just give you noughts across the row.
brumbie
 
Posts: 197
Joined: Tue Dec 28, 2010 2:00 am
Location: Brisbane,Australia

Postby mak » Sun Jun 03, 2012 7:34 am

when there is a non runner does your excel produce signs like ## or #n/a etc?

if yes, probably you will have to check your formulas and add and if statement
for example

if in R column you have =f5 replace the formula with something like
=if(f5="","",f5) etc

also you can replace the ranking formula with this one from Osknows
=IF(F5="","",(RANK(F5,$F$5:$F$55,1)+COUNTIF($F$5:F5,F5)-1))

finally this formula count the horses without non runners if it helps
=COUNTA(A5:A55)-COUNTIF(A5:A55,"*(NR)*")
mak
 
Posts: 1086
Joined: Tue Jun 30, 2009 8:17 am


Return to Help

Who is online

Users browsing this forum: Bing [Bot] and 40 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.