Custom Sort List

ladywildcat

New Member
Joined
May 28, 2014
Messages
4
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!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Could you use a formula like:

=RIGHT(A1,1)

in an adjacent column and sort both columns by the formula column using your custom sort?
 
Upvote 0
This doesn't seem to produce the result I want.

I am not sure why the custom sort is not working. The word "text" is included in each line of data. I would like it to recognize the Text 8 and place this after the Text M
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top