DELETING THE LAST CHARACTER IN A STRING

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HOW DO YOU DELETE THE LAST CHARACTER IN A STRING??

I HAVE SOME ITEM ID AND NEED TO DELETE THE LAST CHARACTER

EXAMPLE: C-1202A NEDD TO MAKE IT C-1202
 
Hi,
this formula will replace the character in the 7th
position (the A) with a blank:
=REPLACE(A1,7,1,"")
HTH.
 
And see one more reply at your first post for a non-formula approach.
 

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

Back
Top