How can I sort mostly 3 decimal with some 4 decimal numbers

  • Thread starter Thread starter PeterM
  • Start date Start date
P

PeterM

Maybe I didn't explain it properly. I have about 300 computers that have
mostly 3 number designations, something like tnc314 and then I have 100 of
them that have numbers like tnc3148. Now when I sort, the 3 and 4 number
computer names are all bunched together. How can I have the 3 number names
sorted by itself, and then the 4 number ones on the end. All in sequence of
course. Your help is very much appreciated......Peter
 
Insert a new column.
put a formula like:
=len(a1)
that'll return 6 or 7.

and drag down the column

Sort your data using this as the primary key and the id's as the secondary key.
 
Many thanks Dave, I will try it in a couple of hrs, after our
meeting......Peter
 
WOW Dave, that was awesome help......It worked swell. I appreciate you a
lot..............Peter

PeterM said:
Many thanks Dave, I will try it in a couple of hrs, after our
meeting......Peter
 

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