Sorting data

G

Guest

I have over 1000 10 digit number productcodes listed in one column, and I
would need to sort them by the by the last three digits. Any suggestions?
 
R

Roger Govier

Hi

Assuming your data is in column A, create a helper column with the
formula
=RIGHT(A1,3)
Copy down as far as required.
Mark all of the data including the new helper column, Data>Sort>choose
helper column letter>Ascending
 
G

Guest

Thank you Roger, worked out fine!

Roger Govier said:
Hi

Assuming your data is in column A, create a helper column with the
formula
=RIGHT(A1,3)
Copy down as far as required.
Mark all of the data including the new helper column, Data>Sort>choose
helper column letter>Ascending
 

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