The easy way would be to sort on a hidden column containing a formula to take the leftmost character. An example would be:
=LEFT(A1,1)
HTH,
Chris
Ken
If you convert the numbers to text, a standard sort will do what you want.
Example
You will need a blank column to work with, so insert a new colum A. For the data you want to sort in B5:K25, with the numbers you want to sort on in B5:B25,
enter =TEXT(B5,"##") in cell A5 and fill down through A25. Then copy the selected data in column A, then pull down the Edit menu and select Paste Special..., Values.
Select B5:K25, pull down the Data menu, select Sort..., and sort on column B.
Mark
Ken
If I give you that much detail, I should at least not make errors - and its not even Monday.
If you convert the numbers to text, a standard sort will do what you want.
Example: Say the data you want to sort is in A5:J25 with the numbers you want to sort on in column A.
You will need a blank column to work with, so insert a new column A. The data you want to sort is now in B5:K25, with the
numbers you want to sort on in B5:B25,
enter =TEXT(B5,"##") in cell A5 and fill down through A25. Then copy the selected data in column A, then pull down the Edit
menu and select Paste Special..., Values.
Select A5:K25, pull down the Data menu, select Sort..., and sort on column A.
Since column A is no longer needed you can delete it.
Mark