Truncating Existing Entries

  • Thread starter Thread starter lrod1843
  • Start date Start date
L

lrod1843

i want to truncate anything past the 7th character. is there a way to d
this? The data is pretty uniform, usually has about 12-15 characters
if that helps
 
Use a helper column of cells with a formula like:

=left(a1,7)

drag down.
convert to values and delete the original column if you want.
 

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