Sort Alphanumeric Data

naresh_ank

New Member
Joined
Nov 20, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello Team,

My self requried to sort the Alphanumeric Data Ex: A10,A2,A7,C1,C9,C5,A3,B5,B1,B9,A1,C8

Please suggest how sort this kind of Data in the Excel

Thanks
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Is there always 1 letter on the left, of can the number of letters (and their positions) vary?

There are many ways to answer your question based on the limited information that you have provided, but there will only be one solution.
 
Upvote 0
Hello Team,

My self requried to sort the Alphanumeric Data Ex: A10,A2,A7,C1,C9,C5,A3,B5,B1,B9,A1,C8

Please suggest how sort this kind of Data in the Excel

Thanks
How about?

I know it's very spinning formula , however this will help you...sorry for the late post , I just saw it now

Book1
ABCDE
1A10,A2,A7,C1,C9,C5,A3,B5,B1,B9,A1,C8
2Unique Count10
3SrDataAnswer
41A10A2
52A2A3
63A7A7
74C1B1
85C9B5
96C5B9
107A3C1
118B5C5
129B1C8
1310B9C9
1411A10 
1512C8 
Sheet1
Cell Formulas
RangeFormula
E2E2=COUNT(MATCH(ROW(Data)-ROW($C$3),MMULT((Data<>"")*(Data>TRANSPOSE(Data)),1^ROW(Data)),0))
B5:B15B5=B4+1
D4:D15D4=IF(ROWS(D$4:D4)>$E$2,"",INDEX(Data,INDEX(MODE.MULT(IFNA(MATCH(ROW(Data)-ROW($C$3),MMULT((Data<>"")*(Data>TRANSPOSE(Data)),1^ROW(Data)),{0,0}),"")),ROWS(D$4:D4))))
Press CTRL+SHIFT+ENTER to enter array formulas.
Named Ranges
NameRefers ToCells
Data=Sheet1!$C$4:$C$15E2, D4:D15
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C4:C15Cell ValueduplicatestextNO
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
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