Truncating a VIN

L

lputnam

I have an excel spreadsheet with several hundred VINs and want to truncate to
show only the LAST 6 digits. What formula do I use that will look at the cell
from the right, count 6 digits and delete the remaining digits?
e.g.
1FDWE35LX9DA19804
want to show: A19804
 
J

JLatham

Assume that a VIN number is in cell A2
=right(A2,6)
will give you the last 6 characters.
 
C

CLR

DATA > TextToColumns > setting a fixed column break is also another way to
break off the rightmost 6 characters

Vaya con Dios,
Chuck, CABGx3
 

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