separating specific number from long string of text

ExxcelNoob

Board Regular
Joined
Apr 30, 2012
Messages
138
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A1[/TD]
[TD]B1[/TD]
[TD]C1[/TD]
[TD]D1[/TD]
[/TR]
[TR]
[TD]

<colgroup><col width="443"></colgroup> <tbody>
[TD="width: 443"][Live Dealer Baccarat - 1/12014651] Risk 5.0 | Win -5.0 --- [/TD]

</tbody>
[/TD]
[TD]Risk[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]

<colgroup><col width="443"></colgroup> <tbody>
[TD="width: 443"]

<colgroup><col width="443"></colgroup> <tbody>
[TD="width: 443"][Live Dealer Casino Hold'em - 1/12014763] Risk 30.0 | Win 10.0 --- [/TD]

</tbody>
[/TD]

</tbody>
[/TD]
[TD]Risk[/TD]
[TD]30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]

<colgroup><col width="443"></colgroup> <tbody>
[TD="width: 443"][Live Dealer European Roulette - 1/12016731] Risk 11.0 | Win 9.0 --- [/TD]

</tbody>
[/TD]
[TD]Risk[/TD]
[TD]11[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]











Hello everyone, I'm trying to find a function on C1 to find the number of risk and put them in C1 through C3.

Can anyone help me separate the string of data by getting the number of risk by itself?

thank you
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
In C1 and copy down:
Code:
=MID(A1,SEARCH("Risk",A1)+5,SEARCH("|",A1)-(SEARCH("Risk",A1)+5))+0
 
Upvote 0
Hello Sir, can you take a look at my spreadsheet?

I tried it on my open office spread sheet, but it didn't work.

I also change the comma " , " from excel format to semicon " ; " but it didn't work also
 
Upvote 0
Hello Sir, can you take a look at my spreadsheet?

I tried it on my open office spread sheet, but it didn't work.

I also change the comma " , " from excel format to semicon " ; " but it didn't work also
This is an Excel Questions Forum. I don't use Open Office so can't help you further.
 
Upvote 0

Forum statistics

Threads
1,225,759
Messages
6,186,864
Members
453,380
Latest member
ShaeJ73

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