Excel Trigger

Please post any questions regarding the program here.

Moderator: 2020vision

Excel Trigger

Postby sjaak1943 » Fri Jun 06, 2008 2:08 pm

=IF(AND($B$55=F5,$D$58=$B$58),"LAY"," ")

is my LAY-trigger.

On another sheet (Excl_horses) I have a list of horses ($A$1:$A$50), I don't want to lay.

How can I implement that in my LAY-trigger.
I tried with VLOOKUP, but could not manage it.
Who helps me out?
Thanks,

Sjaak
sjaak1943
 
Posts: 174
Joined: Tue Oct 31, 2006 9:50 pm
Location: Schagen, the Netherlands

Excel Trigger

Postby sjaak1943 » Wed Jun 11, 2008 9:52 am

Please?!
sjaak1943
 
Posts: 174
Joined: Tue Oct 31, 2006 9:50 pm
Location: Schagen, the Netherlands

Postby GaryRussell » Wed Jun 11, 2008 10:22 am

VLOOKUP is the way to go.

For example (10 horses in the list)

=VLOOKUP(A5,Excl_horses!A$1:A$10,1,FALSE) in cell Z5
=IF(ISERROR(Z5),0,1) in cell AA5

Cell AA5 will contain 0 if not in the list and 1 if found in the list.

Your trigger could then read as follows.

=IF(AND($B$55=F5,$D$58=$B$5,AA5=0),"LAY"," ")
User avatar
GaryRussell
Site Admin
 
Posts: 9871
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Excel trigger

Postby sjaak1943 » Thu Jun 12, 2008 8:31 am

Thanks Gary!

Sjaak
sjaak1943
 
Posts: 174
Joined: Tue Oct 31, 2006 9:50 pm
Location: Schagen, the Netherlands

rangeSomething strange happens wit

Postby sjaak1943 » Thu Jul 17, 2008 10:03 pm

Something strange happens with the code:

=VLOOKUP(A5,Excl_horses!A$1:A$30,1,FALSE)

After a few races the code is changed in for example:

=VLOOKUP(A5,Excl_horses!A$1:A$4,1,FALSE)

Don't know why, but I have to change it an inspect it very often.

Who knows why?

Sjaak
sjaak1943
 
Posts: 174
Joined: Tue Oct 31, 2006 9:50 pm
Location: Schagen, the Netherlands

Postby alrodopial » Thu Jul 17, 2008 11:03 pm

Do you delete entire rows in Excl_horses! sheet? From 1st row to 30 row?
alrodopial
 
Posts: 1384
Joined: Wed Dec 06, 2006 9:59 pm

range

Postby sjaak1943 » Fri Jul 18, 2008 9:05 am

I found the problem.
It has to do with making a list of selected horses every day.
I have to make it it in another worksheet and then copy it in the BA sheet.

Thanks,

Sjaak
sjaak1943
 
Posts: 174
Joined: Tue Oct 31, 2006 9:50 pm
Location: Schagen, the Netherlands


Return to Help

Who is online

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