Custom Sorting.

  • Thread starter Thread starter A. Roger
  • Start date Start date
A

A. Roger

Hello,
I have an inventory sorted by ascending part numbers(smaller to largesr).
But i would like for the order to start with numbers that begin with a 0 then
with numbers that start 1 and so on, regardless if the number is smaller or
bigger.

Is this possible?
 
Numbers can't start with zero so those must be text.

Text and numbers sort separately.

You could use a helper column with a formula of =LEFT(A1) copied down.

Copy/paste special/values.

Select both columns and sort by helper column.


Gord Dibben MS Excel MVP

On Tue, 19 May 2009 09:02:01 -0700, A. Roger <A.
 
Check your other post.

A. Roger said:
Hello,
I have an inventory sorted by ascending part numbers(smaller to largesr).
But i would like for the order to start with numbers that begin with a 0 then
with numbers that start 1 and so on, regardless if the number is smaller or
bigger.

Is this possible?
 

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

Similar Threads

Custom Sorting 6
VBA- Excel Programming:- 0
Customized Sorting Order 1
Add/Subtract columns from tab to tab in same file 3
Sorting Problem 1
EXCEL 07 Sort 2
Sorting 2
RANK Function 3

Back
Top