HOW DO I SORT DATA USING A SPECIFIC CHARACTER IN A CELL

G

Guest

I am trying to sort a large excel worksheet using a specific column.

Unfortunately the complication includes the fact that the column is alpha
numeric, and that even worse, I am trying to sub sort by a numeric value -
the final two digits.

ie. A1200-11
A1200-12
 
V

vezerid

I am trying to sort a large excel worksheet using a specific column.

Unfortunately the complication includes the fact that the column is alpha
numeric, and that even worse, I am trying to sub sort by a numeric value -
the final two digits.

ie. A1200-11
A1200-12

To get the final two digits of A2 in a separate column as numeric use
=--RIGHT(A2,2)

Regarding the rest, we need to know HOW you want the numbers sorted.

HTH
Kostis Vezerides
 

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