M
Mark
Thanks for your help everyone. Im getting there although as I solve
one problem I create another. This is ultimately an attempt to sort an
excel spreadsheet where one of the columns can be blank, numeric,
alphanumeric and numericalpha e.g.
<blank>
<blank>
A1
G1
G4
1
1a
2
5
20
20a
20b
21
21a
999
999b
This is in fact the order I would want (blanks first, alpha numerics
sorted next, numerics and numeric alphas following with 1a in between
1 and 2, and 20b following 20a).
I have been using ISNUMBER and ISTEXT to try and split off details
into other sort columns. If anybody is genius enough to take this
list, mix it up and have some kind of function that will resort it, I
will be grateful.
One thing to be aware of. Whatever the solution, I have 2 other
columns which will be used in my final sort so if your solution
creates more than one work sort column, I will not be able to sort
using the standard excel data sort option, as it works on 3 columns.
So if you can tell me how to do this as well (sort on 4 columns) I
would also be grateful
one problem I create another. This is ultimately an attempt to sort an
excel spreadsheet where one of the columns can be blank, numeric,
alphanumeric and numericalpha e.g.
<blank>
<blank>
A1
G1
G4
1
1a
2
5
20
20a
20b
21
21a
999
999b
This is in fact the order I would want (blanks first, alpha numerics
sorted next, numerics and numeric alphas following with 1a in between
1 and 2, and 20b following 20a).
I have been using ISNUMBER and ISTEXT to try and split off details
into other sort columns. If anybody is genius enough to take this
list, mix it up and have some kind of function that will resort it, I
will be grateful.
One thing to be aware of. Whatever the solution, I have 2 other
columns which will be used in my final sort so if your solution
creates more than one work sort column, I will not be able to sort
using the standard excel data sort option, as it works on 3 columns.
So if you can tell me how to do this as well (sort on 4 columns) I
would also be grateful