Sort by reading data right-to-left.

D

dbrowne

I would like excel to sort data reading from right to left i.e

61
43
75
57
29

Is this possible?
 
J

JohnI in Brisbane

dbrowne,

It's possible. Please give more information about your data.
Is it always two digits, or can there be 0, 1, 3, or more digits?

If only two it's a simple matter of using a helper column with the formula -

=RIGHT(A2,1)&LEFT(A2,1)

and sort using that column.

regards,

JohnI
 

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