Excel spreadsheet

Please post any questions regarding the program here.

Moderator: 2020vision

Excel spreadsheet

Postby christine » Fri May 21, 2010 9:18 pm

Hi all, I know I'm being a pain & I wish I was 1/10th as knowledgeable about Excel as many of you are! However I have another query re the spreadsheets. This time I want to be able to place my lay bet at an exact time before the off, say 30 seconds & if it isn't within the odds range at that precise moment, I want to bin the bet. At the moment, the bet will stay open after the 30 seconds mark up until the off. I want to avoid horses whose odds are dropping after my cut-off point. Is there a formula that could do this for me? Many thanks as always.
christine
 
Posts: 33
Joined: Sat May 08, 2010 6:18 pm

Postby osknows » Fri May 21, 2010 9:28 pm

Hi Christine,

In the spreadsheets you already have change cell AJ5

from
=IF(AND(AK5<=AL5,E2="Not In Play",F2<>"Suspended"),"Y","N")

to

=IF(AND(AK5=AL5,E2="Not In Play",F2<>"Suspended"),"Y","N")

Essentially, the bet will only fire when AK5 equals AL5 and not when AK5 is less than or equal AL5 and other conditions are met
User avatar
osknows
 
Posts: 946
Joined: Wed Jul 29, 2009 12:01 am

Postby osknows » Fri May 21, 2010 9:29 pm

ps your not being a pain :D
User avatar
osknows
 
Posts: 946
Joined: Wed Jul 29, 2009 12:01 am

Postby 2020vision » Fri May 21, 2010 9:31 pm

hi Christine :)

assuming you are still talking about this post, still second fav btw:
http://www.gruss-software.co.uk/forum/v ... php?t=4899

take the following trigger as supplied before:
=IF(AND($T$1<$T$2,AA5=2,H5<6,$F$2="",COUNTBLANK(T$5:T$50)=46,$E$2="Not in Play"),"LAY","")

and change to:
=IF(AND($T$1>25,$T$1<30,AA5=2,H5<6,$F$2="",COUNTBLANK(T$5:T$50)=46,$E$2="Not in Play"),"LAY","")

Hopefully this will work for you? Notice $T$1 was the timer cell, change >25 and <30
to any time window you want but make sure it's logical? The above should
allow just 5 seconds when the bet will be fired (I think), be careful.

Ttfn - Michael :wink:

P.S. Once again if anyone spots an error please say asap - thanks.
User avatar
2020vision
Moderator
 
Posts: 605
Joined: Sun Feb 17, 2008 10:24 pm
Location: Nottingham

Postby osknows » Fri May 21, 2010 9:36 pm

Hi Michael.. don't you love a good cross post :) Hope all is well with you.

Christine - like anything with Excel there's a million ways to do most things so both answers are correct...
User avatar
osknows
 
Posts: 946
Joined: Wed Jul 29, 2009 12:01 am

Postby christine » Fri May 21, 2010 9:42 pm

Wow guys that was quick (& thanks Os for the reassurance!). I'm just wondering if you know how small the window can be for the bet to be placed eg 25-30 seconds is a 5 second window, do you reckon I could make the window smaller, say 25-27 seconds (2 second gap), or might that miss the bet altogether even if the odds are ok? Thanks again though, as that formula is definitely what I was looking for!
christine
 
Posts: 33
Joined: Sat May 08, 2010 6:18 pm

Postby christine » Fri May 21, 2010 9:44 pm

Hmm, now I've read Os' last post I think I may need to use that formula from Os as that will trigger exactly at a precise point rather than within a window of time, is that right? I should really concentrate more when people are trying to help me, but it is getting late after a long day (that's my excuse anyway!). :wink:
christine
 
Posts: 33
Joined: Sat May 08, 2010 6:18 pm

Postby osknows » Fri May 21, 2010 9:52 pm

As long as your refresh rate is under 1 second you should hit it.

If you do want to introduce windows think of
AK5 = seconds before start countdown
AL5 = seconds before off trigger time

to introduce a window you could use somethinglike

AJ5 =IF(AND(AK5<=AL5,AK5>=AL5-2,E2="Not In Play",F2<>"Suspended"),"Y","N")

would give a 2 second window. Eg if you set AL to 30 secs bet would only fire between 30 and 28 seconds before off
User avatar
osknows
 
Posts: 946
Joined: Wed Jul 29, 2009 12:01 am

Postby christine » Fri May 21, 2010 10:24 pm

That's excellent Os, I'm going to try that one tomorrow when betting commences.
christine
 
Posts: 33
Joined: Sat May 08, 2010 6:18 pm


Return to Help

Who is online

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