Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board

Go Back   Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board


View Single Post
Old 05-05-2017, 10:53 AM   #10
Ray2000
Apple 2GS Wiz
 
Ray2000's Avatar
 
Join Date: Jan 2008
Location: Clarion, Pa
Posts: 8,478
That depends on which pieces of information in the text string you're after, (or maybe all 3)
1. Call
2. Lengths behind
3. Racing wide

By using formulas in a new column(field), the Call would be
after substituting "" for "°"
=Value(LEFT(ref,FIND("/",ref)-1))..........ref is to the cells like "5/°1H"
Lengths behind would be similar using the right hand portion of the string and substituting ".5" for "H" . . ".25" for "Q" and so on.

The bubbles ° can be found the same way, using the "Find" formula.

This can also be done in the VBA code.


BTW

I do this for pplines in the race program where TM uses those crazy chars for fractional lengths.
(Can't post the chars with this Forum's font)

=VALUE(IF(OR(AT2="nk",AT2="hd",AT2="ns"),0.01,
IF(RIGHT(AT2,1)="?",SUBSTITUTE(AT2,"?",".25"),
IF(RIGHT(AT2,1)="?",SUBSTITUTE(AT2,"?",".5"),
IF(RIGHT(AT2,1)="?",SUBSTITUTE(AT2,"?",".75"),
IF(AT2="ds",20,AT2))))))
__________________
.
.
.The only sure thing about luck is that it will change.
Bret Harte
Ray2000 is offline   Reply With Quote Reply
 
» Advertisement
» Current Polls
Wh deserves to be the favorite? (last 4 figures)
Powered by vBadvanced CMPS v3.2.3

All times are GMT -4. The time now is 08:52 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 1999 - 2023 -- PaceAdvantage.Com -- All Rights Reserved
We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program
designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.