sorting by the last digit

J

Jenny

Is there a way to sort a list of numbers by the last digit
of the number? I have a sheet with several thousand
account numbers on it (all 10 digits long) and I need to
find a way to sort it by the last digit of the account
number. Is that possible? Or is there a way to pull the
digit off and put it in a separate column?

thank so much!
Jenny
 
P

Paul B

Jenny, to pull the last digit use something like this, =RIGHT(A1,1) and then
sort on that column

--
Paul B
Always backup your data before trying something new
Using Excel 97 & 2000
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **
 

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