Eliminating brackets and digits from a cell

Pauls123

Board Regular
Joined
Mar 22, 2011
Messages
180
Hi all,

In a cell that I have copied and pasted from the net the cell might read like this

Paul (10)

How can I just end up with the word "Paul" and totally eliminate the brackets and any digits that may be inside those brackets.

Regards, Paul

(Excel 2010)
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi all,

In a cell that I have copied and pasted from the net the cell might read like this

Paul (10)

How can I just end up with the word "Paul" and totally eliminate the brackets and any digits that may be inside those brackets.

Regards, Paul

(Excel 2010)

Data | Text to Columns with ( as delimiter.

Or with a formula:

=TRIM(LEFT(A2,FIND("(",A2)-1))
 
Upvote 0

Forum statistics

Threads
1,207,259
Messages
6,077,348
Members
446,279
Latest member
hoangquan2310

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