Sorting 1 column in a table

Jasonmck

New Member
Joined
Nov 10, 2017
Messages
3
Is there a way to sort 1 column in excel alapheticly and then numerically? This is for a flow in a warehouse. My flow goes 2a1.1, 2a1.2, 2a2.3, 2a3.4, 2a4.3, 2a5.3, 2a6.1, 2a7.3, 2a8.1, 2a9.3 2a10.1 and so on. The problem being when I sort alapheticly I doesn't sort it I the correct order. The order goes a1,a2, a3, a4, a 10, a5, a6, a7,a8, a9 for some odd reason. Can this be fixed. Thanks for you help
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
if you can afford some helper columns you could use =LEFT(Cell,1) for the number then another column for =MID(Cell,2,1) for the alpha part then sort on those two columns
 
Upvote 0
Yeah I see what you are saying. If possible I'd rather keep it all in 1 column. Is there any way to do this at all?
 
Upvote 0
my daft idea would be to fake it, create the columns in VBA as helpers, sort as intended then delete the helpers
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

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