View Single Post
  #2  
Old 4th January 2014, 12:44 AM
Chrome Prince Chrome Prince is offline
Member
 
Join Date: Jan 1970
Posts: 4,366
Default

Depends on how badly you really want to find out. I mean the work involved.

1. Go to Betfair website and download the csv data files.
2. Combine them to one workbook or import them into a database.
3. Extract the horse number from the selection i.e. 5. Power To Possess
In Excel assume that horse number and name is in cell A1.
=LEFT(A1,SEARCH(". ",A1)-1) Put this formula into cell B1.
This gives you the TAB number.
Then it's just a matter of filtering by TAB number and then by price.
Will take you a fair bit of time, especially if the database isn't set up yet with tables and fields.
__________________
RaceCensus - powerful system testing software.
Now with over 400,000 Metropolitan, Provincial and Country races!
http://www.propun.com.au/horse_raci...ng_systems.html
*RaceCensus now updated to 30/04/2024
Video overview of RaceCensus here:
http://www.youtube.com/watch?v=W821YP_b0Pg
Reply With Quote