sorting by the last digit

  • Thread starter Thread starter Jenny
  • Start date Start date
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
 
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 **
 
Back
Top