Hi,
I have a list of part names in alphanumeric format that I need to sort. I managed to find an equation that sorts out the data, as shown in the attached spreadsheet.
The spreadsheet contains a subset of the names that I need to sort. Original data stream contains hundreds of lines. The problem is that the sorting operation does not sort the names in the order that I am looking for.
For instance, the sort operation produces:
A1, A10, …., A2
Instead of:
A1, A2, …, A10
I did some research and found that the Len(A1) function can be used as a secondary sort operation. However, I could not successfully integrate the LEN function into the above equation.
I would prefer to keep the sort operation in one equation. However, if it is not possible, I would not object to using a helper cell. In this case, I would like to ask if an example using the attached spreadsheet can be used to show me how to make it work.
PS: I am using Excel version 2013
Thank you,
Hanan