G georgeawwad Sep 22, 2004 #1 I have a long column of 5 digit numbers, i need to sort the column b the last two digits, can it be done :confused
I have a long column of 5 digit numbers, i need to sort the column b the last two digits, can it be done :confused
F Frank Kabel Sep 22, 2004 #2 Hi use a helper column with the formula =RIGHT(A1,2) copied down for all rows and sort with this column
Hi use a helper column with the formula =RIGHT(A1,2) copied down for all rows and sort with this column