How can I pick up characters after the first 4 in Excel cell

G

Guest

I have a cell containing digits and alpha numeric characters. I want to pick
up just the alpha numeric characters which are all after the first four
characters in the cell.

Is there formula I can use without having to split out the first 4
characters with the formula LEFT...
 
G

Guest

depending exactly how many characters you have and want you should be using
MID or even Right
 
F

Franz Verga

Nel post *KKay* ha scritto:
I have a cell containing digits and alpha numeric characters. I want
to pick up just the alpha numeric characters which are all after the
first four characters in the cell.

Is there formula I can use without having to split out the first 4
characters with the formula LEFT...


I think you can use RIGHT function:

=RIGHT(B6,LEN(B6)-4)

where B6 is the cell with your alphanumeric characters.

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

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