How do I sort a column in Excel by the last digit in each field

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

Guest

I'm trying to sort a large column of 6 digit characters by the last character
in each field.
 
Add a column to the right of that column.

Use a formula like:
=right(a1,1)
to get that last digit.

Then sort your range by this column.

When you're done, delete this column.
 

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