Extracting all info in Cell except last 3 characters

E

Eric D

I am trying to write a formula to give me the value of a cell except for the
last 3 characters. The amount of characters in the cell vary, but the last 3
that i want excluded remain constant. Any suggestions?

Thanks
 
S

Shane Devenshire

Hi,

The previous suggest is the one I would make, but this is and alternate

=REPLACE(A1,LEN(A1)-3,3,)
 

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