Removing text in excel

jpurkiss

New Member
Joined
Jun 19, 2008
Messages
7
Hi

I have a number of names and codes combined in excel, that I want to show in another column as the name only, there a formula that can do this eg:

Amanda NewmanAN5 becomes Amanda Newman
Simon SmithSS1 becomes Simon Smith
David JamesDJ2 becomes David James

Thanks in advance
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
jpurkiss,

How about something like this?


Excel 2007
AB
1Amanda NewmanAN5Amanda Newman
2Simon SmithSS1Simon Smith
3David JamesDJ2David James
4
Sheet1
Cell Formulas
RangeFormula
B1=LEFT(A1,LEN(A1)-3)



The formula in cell B1 copied down:
=LEFT(A1,LEN(A1)-3)
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,004
Members
449,203
Latest member
Daymo66

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