I am looking to create a custom sort list for my data. The data I wish to sort is below:
•Text C
•Text D
•Text 8
•Text 1
•Text M
I would like to sort the data by having the alpha first and the numeric last (the excel default is numeric first, then alpha) - see below:
•Text C
•Text D
•Text M
•Text 1
•Text 8
I have tried to create a custom list by writing out the alpha then the numeric (A,B,C....Z,0,1,2,...9) but that doesn't seem to change anything.
Since the word "text" is in each piece of data, I cannot change the format to a "number" format.
Also, I cannot manipulate original data since it is pulled from another source.
Please help!
Bookmarks