Remove letters from text string

J

John Calder

Hi

I run Excel 2K

I require a formula that removes the last 19 letters from a text string.

I have a number of varying lengths of text strings that require the last 10
letters being removed from each them.

Can anyone help?

Thanks

John
 
M

Max

One view on this
.. a formula that removes the last 19 letters from a text string.

Maybe something like this would suffice,
in B1, copied down:
=LEFT(A1,LEN(A1)-19)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top