I am having a problem on sorting
I have a worksheet with around 36000 rows
I am sorting on three columns the first column is mostly Alphabet characters however I have around 800 entries with Numbers
My problem is some of these numbers have leading zeros. Also some of these numbers are only numbers while others start with numbers and then have text following the number
The leading Zeros seems to be the biggest problem I am having
If I select treat text that looks like a number i get the leading zeros to work
however any number/text combo, comes after the numbers so
01 Colibri
01 Festival
01 Isatis
will come after all numbers
And
1001 Pingouin 1
1002 Pingouin 2
101 Arava
is not correct
The following is if I select treat numbers and text that looks like a number separately
1
01
01 Colibri
01 Festival
01 Isatis
02
03
1
1
1 Fermer
10
10
10
10 Albertan
10 Ultimate Competitor
10 Ultimate Winner
10 Voyager
100
100
100 Centennial
100 Commander 100
100 Commander 100
100 Darter Commander
100 King Air
100 Lark Commander
100 Sunbird
1000
1001 Pingouin 1
1002 Pingouin 2
101
101 Arava
Any ideas?
preferably via VBA
I have a worksheet with around 36000 rows
I am sorting on three columns the first column is mostly Alphabet characters however I have around 800 entries with Numbers
My problem is some of these numbers have leading zeros. Also some of these numbers are only numbers while others start with numbers and then have text following the number
The leading Zeros seems to be the biggest problem I am having
If I select treat text that looks like a number i get the leading zeros to work
however any number/text combo, comes after the numbers so
01 Colibri
01 Festival
01 Isatis
will come after all numbers
And
1001 Pingouin 1
1002 Pingouin 2
101 Arava
is not correct
The following is if I select treat numbers and text that looks like a number separately
1
01
01 Colibri
01 Festival
01 Isatis
02
03
1
1
1 Fermer
10
10
10
10 Albertan
10 Ultimate Competitor
10 Ultimate Winner
10 Voyager
100
100
100 Centennial
100 Commander 100
100 Commander 100
100 Darter Commander
100 King Air
100 Lark Commander
100 Sunbird
1000
1001 Pingouin 1
1002 Pingouin 2
101
101 Arava
Any ideas?
preferably via VBA