Moderator: 2020vision
by knot » Sat Dec 08, 2007 5:13 pm
by Ian » Sat Dec 08, 2007 5:45 pm
by danjuma » Mon May 04, 2009 9:14 am
Ian wrote:=IF(MID(A1,FIND(":",A1)+6,1)=" ",MID(A1,FIND(":",A1)+4,2),MID(A1,FIND(":",A1)+4,4))
That's my attempt - probably can be done neater.
by doris_day » Mon May 04, 2009 1:12 pm
by danjuma » Mon Apr 05, 2010 5:13 pm
by osknows » Mon Apr 05, 2010 6:47 pm
Function Sp(cell As Range, count As Integer)
Sp = Split(cell.Value, " ")(count)
End Function
by danjuma » Mon Apr 05, 2010 6:51 pm
by danjuma » Mon Apr 05, 2010 6:57 pm
osknows wrote:you could put this in a MODULE
- Code: Select all
Function Sp(cell As Range, count As Integer)
Sp = Split(cell.Value, " ")(count)
End Function
then in excel use the following formulae
=Sp(cell, word_count)
eg if "Hunt 5th Apr - 17:40 2m4f Hcap Chs" is in cell A1 then
=Sp(A1,0) Hunt
=Sp(A1,1) 5th
=Sp(A1,2) Apr
=Sp(A1,3) -
=Sp(A1,4) 17:40
=Sp(A1,5) 2m4f
etc
by xraymitch » Mon Apr 05, 2010 7:12 pm
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.