G Guest Oct 18, 2007 #1 For example 345/78, 123/68, 678/90... pls tell me how to sort the order according to the year? Thanks!
For example 345/78, 123/68, 678/90... pls tell me how to sort the order according to the year? Thanks!
G Guest Oct 18, 2007 #2 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.
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.