=left =right or =mid formula

ronie85

Board Regular
Joined
Jan 25, 2014
Messages
106
Office Version
  1. 365
Platform
  1. Windows
I need a formula either =left, =right or =mid to give me the contents between the brackets as of below. So I need ‘15/8’ on the first row to be displayed, ‘4’ on the second, ‘17/11’ and ‘11/10’.

[TABLE="width: 137"]
<tbody>[TR]
[TD]QPR (15/8)
[/TD]
[/TR]
[TR]
[TD]Aston Villa (4)
[/TD]
[/TR]
[TR]
[TD]Burnley (17/11)
[/TD]
[/TR]
[TR]
[TD]Newcastle (11/10)
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi!

Try this formula:
=SUBSTITUTE(MID(A1,FIND("(",A1)+1,100),")","")

Blessings!
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,465
Members
453,725
Latest member
cvsdatreas

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