sorting data using numerical list

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

Guest

Hi all,

i have a real proble I need to sort a large data base of files using the
client file number. Problem is I need to list all file ending in 0,1,2 etc.
is there away to list the files numerically using the last digit?

Any assistance would be greatly appreciated
 
Sort the table using a helper col as the sort key
Eg assuming filenumbers in A1 down, place in an adjacent col to the right of
the table, say in X1: =RIGHT(A1)+0
Copy X1 down, then sort the entire table by col X > ascending (say)
 

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