I am having trouble sorting the following item. If I start our with P1,it will go Form Rev.1-Template.xlsxto P11 instead of P2,P3, and vice versa.
I am having trouble sorting the following item. If I start our with P1,it will go Form Rev.1-Template.xlsxto P11 instead of P2,P3, and vice versa.
You need to pad the numbers out to constant length, e.g., change P1 to P01, for sorting. Or you could use some formulas:
J3 and copy down, =LEFT(A3)![]()
Please Login or Register to view this content.
K3 and copy down, =--MID(A3, 2, 3)
Entia non sunt multiplicanda sine necessitate
or use since you only have one leading alpha
=LEFT(A3)&TEXT(RIGHT(A3,LEN(A3)-1),"000")
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
@MartinDwilson it worked. I remove two of the zero's and set a custom filter A001,Z999. This sorts them in their sequential order.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks