sorting data

  • Thread starter Thread starter tcjay
  • Start date Start date
T

tcjay

I am looking for a macro that will sort data in numerical order. Dat
is currently sorted as follows:

D-3
D-30
D-31
D-4
D-40

I would like
D-3
D-4
D-30
D-31
D-40

I am not sure how to go about this.

TIA

To
 
I'd use two adjacent helper columns (insert them if you need to).

then select that column and do data|text to columns.

choose delimited (by dash)

and then sort your range by that second helper column (use general as the format
for that column when you separate it).
 

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