calpolymis
MIS
Hello. I need to sort a column with combination of numbers(sales order#,) a space, and letters(category ID.) The current column is sorted by numbers and looks like this:
81000 WARRANTY
81001 WARRANTY
81002-A DLR
81003 DLR
81004 EXPORT
81005-A EXPORT
I need to sort the column in the following way by Category ID:
81002-A DLR
81003 DLR
81004 EXPORT
81005-B EXPORT
81000 WARRANTY
81001 WARRANTY
Or if not too much complicated, in this way(preferred):
DLR 81002-A
DLR 81003
EXPORT 81004
EXPORT 81005-B
WARRANTY 81000
WARRANTY 81001
How can I acheive this? Thanks for your comments in advance.
81000 WARRANTY
81001 WARRANTY
81002-A DLR
81003 DLR
81004 EXPORT
81005-A EXPORT
I need to sort the column in the following way by Category ID:
81002-A DLR
81003 DLR
81004 EXPORT
81005-B EXPORT
81000 WARRANTY
81001 WARRANTY
Or if not too much complicated, in this way(preferred):
DLR 81002-A
DLR 81003
EXPORT 81004
EXPORT 81005-B
WARRANTY 81000
WARRANTY 81001
How can I acheive this? Thanks for your comments in advance.