If you will be doing this often, you can create a "custom list" which will
enable you to do a simple sort using options.
Create your list in a column, then select the entire list, then.
<Tools> <Options> <CustomLists>
Since your list is already selected, just click on the "Import" button, then
<OK>.
Now, when it comes time to sort, click the "options" button in the Sort
window,
Choose your list in the key sort window,
Then <OK> <OK>
And you're done !
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
AHMTD,
For a list starting in cell A1, and extending down column A, you will need
two helper columns. In cell B1, use the formula
=LEN(A1)
In cell C1, use the formula
=LEFT(A1,1)
and copy both those cells down to match your list.
Then select all three columns, and sort first based on Col B Ascending, then
Col C Ascending, and finally, Col A ascending.
HTH,
Bernie
MS Excel MVP