Possible Index Match Formula Help?

Celticshadow

Active Member
Joined
Aug 16, 2010
Messages
414
Office Version
  1. 365
Platform
  1. Windows
Hello Forum

I have below attached part of my daily race cards that I access each day with a betting forecast below each individual race. What I would like is a formula to match the horses price in the betting forecast to the correct horse in therace card and place it in column K named BFC. Many thanks

Regards

3:05 ExeterHigos Insurance Services Plymstock Handicap Hurdle (Div II) (CLASS 4) (4yo+ 0-110) Winner £3,249 11 runners 2m2f111y
NO.FORMHORSEAGEWGTTRAINERJOCKEYABCBFC
166055Quieto Sol511-12Charlie LongsdonRichard Johnson0005/1
21687Grandmaster George711-11Seamus MullinsTom O'Brien00010/1
314-405Kingussie811-10Ben PaulingNico de Boinville0009/2
4824-3FLamblord911-10Robert WalfordIan Popham00011/2
57-55P3Lime Street511-7Tom SymondsJames Davies00010/1
62466P/Superman De La Rue1011-7Mary EvansSean Bowen00025/1
7P4P755Thundering Home14911-6Richard MitchellTom Bellamy300015/2
8P/O-14Sir Dylan711-4Polly GundryNick Scholfield00012/1
958999Brown Bear511-3Nick GiffordDavid Noonan50007/1
1024-4P4Kahdian610-11Helen ReesGary Derwin500020/1
11004PBeau Knight410-6Alexandra DunnAdam Wedge0007/1
Betting forecast: 9/2 Kingussie, 5/1 Quieto Sol, 11/2 Lamblord, 7/1 Beau Knight, 7/1 Brown Bear, 15/2 Thundering Home, 10/1 Grandmaster George, 10/1 Lime Street, 12/1 Sir Dylan, 20/1 Kahdian, 25/1 Superman De La Rue.
3:40 ExeterHigos Insurance Services Braunton Novices´ Chase (CLASS 3) (5yo+) Winner £6,498 6 runners 2m3f48y
NO.FORMHORSEAGEWGTTRAINERJOCKEYABC
1445-12Henryville811-3Harry FryNoel Fehily0007/4
2213-13Port Melon811-3Paul NichollsSam Twiston-Davies0009/2
3512P3PWizards Bridge711-3Colin TizzardTom O'Brien00014/1
4F6-224Golden Doyen510-12Philip HobbsRichard Johnson0004/1
52-7308Thomas Crapper910-12Robin DickinCharlie Poste0003/1
69P2-24Union Saint810-12Jimmy FrostMiss B Frost700020/1
Betting forecast: 7/4 Henryville, 3/1 Thomas Crapper, 4/1 Golden Doyen, 9/2 Port Melon, 14/1 Wizards Bridge, 20/1 Union Saint.

<tbody>
</tbody>






PS I have downloaded and installed HTML maker and watched the video but I can not post a table as set out in the video which is very frustrating as the table in the video looks very impressive, so my apologies for the above table but it is the best I can do with options available.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
when in excel - what cells are in use for the Betting forecast - are they all in one cell ?
or across various cells

perhaps a sample on a share like onedrive or dropbox may help
 
Upvote 0
when in excel - what cells are in use for the Betting forecast - are they all in one cell ?
or across various cells

perhaps a sample on a share like onedrive or dropbox may help

Hi etaf

Many thanks for replying, I will upload the file to dropbox and post a link. Thanks again.

Regards

PS The forecast is one cell.
 
Last edited:
Upvote 0
Hi Forum

I have found a formula to extact the odds from the forecast cell but it is fixed to the betting forecast price/prices for that race. So how do I fill down to make the formula pick up on the forecast prices for the next race from that races betting forecast cell. I have updated the file and attached a new link, hopeful this will help members to perhaps provide a solution. Many thanks in advance.

Regards

https://www.dropbox.com/s/1s81mg5f6rbxzkm/Book1.xlsm?dl=0
 
Upvote 0
i was working on a similar line and had a few issues getting the correct info

BUT to change
=TRIM(RIGHT(SUBSTITUTE(LEFT($A$15,SEARCH(C3,$A$15)-2)," ",REPT(" ",100)),100))

all you need to do is change the formula to
=TRIM(RIGHT(SUBSTITUTE(LEFT($A$27,SEARCH(C20,$A$27)-2)," ",REPT(" ",100)),100))
 
Last edited:
Upvote 0
i was working on a similar line and had a few issues getting the correct info

BUT to change
=TRIM(RIGHT(SUBSTITUTE(LEFT($A$15,SEARCH(C3,$A$15)-2)," ",REPT(" ",100)),100))

all you need to do is change the formula to
=TRIM(RIGHT(SUBSTITUTE(LEFT($A$27,SEARCH(C20,$A$27)-2)," ",REPT(" ",100)),100))


Hi etaf

Many thanks for replying. Yep I could do that but as the file is a partial sample I could have upto 50 races per day and editing the formula manually will be very time consuming. What I require is to be able to fill down that column so that it picks up and matches each forecast with each horse in every race.

Regards
 
Upvote 0
try this in K3 and copy down

Code:
=IFERROR(TRIM(RIGHT(SUBSTITUTE(LEFT(INDIRECT("$A$"&ROW($A3)+MATCH("Bet"&"*",INDIRECT("A" & ROW()&":A1000"),0)-1),SEARCH(C3,INDIRECT("$A$"&ROW($A3)+MATCH("Bet"&"*",INDIRECT("A" & ROW()&":A1000"),0)-1))-2)," ",REPT(" ",100)),100)),"")
 
Last edited:
Upvote 0
Solution
try this in K3 and copy down

Code:
=IFERROR(TRIM(RIGHT(SUBSTITUTE(LEFT(INDIRECT("$A$"&ROW($A3)+MATCH("Bet"&"*",INDIRECT("A" & ROW()&":A1000"),0)-1),SEARCH(C3,INDIRECT("$A$"&ROW($A3)+MATCH("Bet"&"*",INDIRECT("A" & ROW()&":A1000"),0)-1))-2)," ",REPT(" ",100)),100)),"")


Hi Alan Y

Your solution works an absolute treat, many thanks for your time and effort it is really appreciated. It is unbelievable how knowledgeable and helpful members of this forum are, it really is a super place and I for one am grateful that members such as Alan Y and others are here to help out, a thorough pat on the back to all. Thank you.

Regards
 
Upvote 0

Forum statistics

Threads
1,214,533
Messages
6,120,076
Members
448,943
Latest member
sharmarick

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top