Sort by part of a number

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

Guest

I need to file by claim number where the number is P1- 358V-852

P1-358V-058

The correct order would be by the last three characters. Can this be done in
an easy way?

Thanking you in advance for any help.
Joe
 
Hello,
Without using VBA, somewhat difficult. However insert a nearby column in
which you will extract the 3 last numbers of your field, i.e. =RIGHT(A1;3),
then use the autofill to extract all rows. Finally use this column to sort
accordingly your records.

Hope this will help.

George

Ο χÏήστης "sacredarms" έγγÏαψε:
 

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