SELECTION_REMOVED

Please post any questions regarding the program here.

Moderator: 2020vision

SELECTION_REMOVED

Postby Drunkenight » Tue May 13, 2014 3:11 am

I have been receiving the following error message:-
SELECTION_REMOVED
This generally appears when I have set up a race a few hours in advance. Then by the time my robot kicks in and start betting on the race there have been a number of withdrawals to the market. I presume this error message is because my excel spreadsheet is trying to place bets on horses that have been removed. The main problem is that I get this error message against all the horses and it stops me placing any bets on that race. This seems to happen mostly on the US racing, for example the first race at Mountaineer Park. This appears to be something that has only been happening recently.

I am using ver 1.1.0.66x85n

Any help would be appreciated.
Drunkenight
 
Posts: 247
Joined: Thu Apr 02, 2009 1:38 pm

Postby alrodopial » Tue May 13, 2014 7:06 am

Something like the below will help
Code: Select all
=IF(A5="","";IF(RIGHT(A5,4)="(NR)","",A5))
alrodopial
 
Posts: 1384
Joined: Wed Dec 06, 2006 9:59 pm

Postby MiniBlueDragon » Tue May 13, 2014 10:04 am

alrodopial wrote:Something like the below will help
Code: Select all
=IF(A5="","";IF(RIGHT(A5,4)="(NR)","",A5))


Lovely solution! Much better than my cobbled together one:

Code: Select all
=IF(ISERROR(FIND(" (NR)",A5,1))=TRUE,0,1)


lol
MiniBlueDragon
 
Posts: 130
Joined: Tue Jul 05, 2011 1:14 pm
Location: London

Postby MiniBlueDragon » Tue May 13, 2014 10:07 am

Won't let me edit my post.

Your code needs a tiny tweak from:

Code: Select all
=IF(A5="","";IF(RIGHT(A5,4)="(NR)","",A5))


To:

Code: Select all
=IF(A5="","",IF(RIGHT(A5,4)="(NR)","",A5))


:)
MiniBlueDragon
 
Posts: 130
Joined: Tue Jul 05, 2011 1:14 pm
Location: London

Postby alrodopial » Tue May 13, 2014 4:22 pm

The below formula for counting the actual number of runners is also good

Code: Select all
=COUNTA(A5:A45)-COUNTIF(A5:A45,"*(NR)")
alrodopial
 
Posts: 1384
Joined: Wed Dec 06, 2006 9:59 pm

Postby Drunkenight » Thu May 15, 2014 2:19 am

Great!! Thanks for the help. Yes I think you have the solution. I will implement it and let you know.

Thanks!
Drunkenight
 
Posts: 247
Joined: Thu Apr 02, 2009 1:38 pm

Postby Drunkenight » Wed May 21, 2014 2:03 pm

Thanks guys!! This has worked a treat and I am no longer getting the SELECTION_REMOVED error message.
Drunkenight
 
Posts: 247
Joined: Thu Apr 02, 2009 1:38 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 54 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.