ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how can I sort alphanumeric entries by number in excel (https://www.excelbanter.com/excel-worksheet-functions/52593-how-can-i-sort-alphanumeric-entries-number-excel.html)

beasleyb

how can I sort alphanumeric entries by number in excel
 
I need to sort a column of alphanumic numbers in EXCEL with it ignoring the
prefix letters.

Dave Peterson

how can I sort alphanumeric entries by number in excel
 
Create a new column and extract the digits from the other cell. Then sort by
that column.

If your data looks like:
XX####
(always two alphas followed by the numbers)
it might be as simple as:

=--mid(A1,3,255)

Other formulas would depend on what your data looks like. You may want to post
a representative sample.

beasleyb wrote:

I need to sort a column of alphanumic numbers in EXCEL with it ignoring the
prefix letters.


--

Dave Peterson


All times are GMT +1. The time now is 05:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com