live score excel triggers

Discussion regarding the spreadsheet functionality of Bet Angel.
Post Reply
burdo77
Posts: 351
Joined: Sun Jun 09, 2013 4:13 am

Hi there, i am trying to set up triggers to bet with excel using live scores for football.

THe main problem is that the scores are displayed as, eg, 1-0 within the one cell.

How do count the cell as "1" if the cell contains
1-0 or 0-1?

CHEERS
nigelk
Posts: 469
Joined: Wed Apr 15, 2009 11:00 pm

Assuming the scoreline is in B4, the following formula will return 1 if either score is a 1, else it will return FALSE

=IF(LEFT(B4,FIND("-",B4,1)-1)="1",1,IF(MID(B4,FIND("-",B4,1)+1,LEN(B4))="1",1))
verycrispy
Posts: 18
Joined: Wed Jun 23, 2010 12:45 am

how do you get the live score in excel? thanks in advance!
burdo77
Posts: 351
Joined: Sun Jun 09, 2013 4:13 am

thanks a million, that is one hell of an if command!
I dont really understand it, but hopefully it works.

In regauds to live scores find a live scores site such as livescore.com,

open up your excel page such as,
1)multiple template within guardian
2) click on data
3) click from web
4) insert web page address eg livescore.com into new web query, click GO.
5) Insert table that you want that includes your game required.
6) once pasted, click data again
7) go to properties, change refresh time to 1min, click OK and thats it.

This is probably a roundabout way to do this. but if anyone has a better method, or better site to use please let me know?
User avatar
LeTiss
Posts: 5486
Joined: Fri May 08, 2009 6:04 pm

You guys need to tread very carefully

Invariably, BF have re-opened their markets after a goal has been scored, before websites showing latest scores have been updated

If your script doesn't have any safety nets, your trousers will be around your ankles before you can say "equaliser"
6thSense
Bet Angel
Bet Angel
Posts: 375
Joined: Fri Nov 30, 2012 5:02 pm

This thread may help also:

viewtopic.php?f=19&t=7148&start=20
burdo77
Posts: 351
Joined: Sun Jun 09, 2013 4:13 am

I take your point Letiss, it is a valid one.
Post Reply

Return to “Bet Angel - Spreadsheet / Excel chat”