Sort With Number and Word

amir0914

New Member
Joined
Jan 7, 2017
Messages
29
Office Version
  1. 2016
Platform
  1. Windows
hi all, i have a column of number and Word, how can i sort this Column same this image(column C) :

569191d1523128991-sort-with-number-and-word-sort.png


My Numbers are in Column A and i Want to sort like column c.
Thanks in advanced.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Cross posted https://www.excelforum.com/excel-programming-vba-macros/1226792-sort-with-number-and-word.html

Cross-Posting
While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
hi all, i have a column of number and Word, how can i sort this Column
My Numbers are in Column A and i Want to sort like column c.
Thanks in advanced.


Hi!

Try the Array Formula (use Ctrl+Shift+Enter to enter the formula) below in B2 and copy down:

=IFERROR(TEXT(1*MID(A2,1,SMALL(IFERROR(SEARCH(CHAR(ROW($65:$90)),A2),8^9),1)-1),"000")&
MID(A2,SMALL(IFERROR(SEARCH(CHAR(ROW($65:$90)),A2),8^9),1),20),A2)


ABCDEFG
1DataFormulaRequest OrderForm A-Z
210011001
350051001
470071A001A
590091B001B
62A002A1C001C
720022002
860062A002A
910012B002B
101B001B3003
111A001A4004
122B002B5005
1340046006
1430037007
151C001C8008
1680089009
171001010010
18
********************************************

<tbody>
</tbody>


Markmzz
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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