How to sort XX/XX (the last 2 digits is the year in ascending orde

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

Guest

For example 345/78, 123/68, 678/90...
pls tell me how to sort the order according to the year?
Thanks!
 
Insert a blank column to the right of the column you want to sort on and
enter the formula below and copy it for the full length of the column. The
example assumes the first sort value is in H2 and the formula is in column I.

=VALUE(RIGHT(H2,2))

Then sort the column with the formula.
 

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