LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Sorting Alphanumeric data

I have a long list of part numbers that contain mixed alpha-numeric
characters in no restricted fashion. i.e.
179802
A143B1
A1
CH03M
A15
R3
125B

etc.

The column never sorts correctly. "A3" follows "A15" because Excel
sorts everything like text.

I've looked at a number of examples of how others have addressed this
issue, but inconsistent format of my numbers prohibits using any
built-in Excel function that I know.

I'd just like to confirm that the only way to sort this list properly
is to parse all of the characters into alpha only, and numeric only,
groups. Put the groups into successive columns then have Excel sort
the data by the multiple columns.

Parsing would look like this:
179802 -- 179802
A143B1-- A 143 B 1
A1-- A 1
CH03M-- CH 03 M
A15 -- A 15
R3 -- R 3
125B -- 125 B

I would appreciate any comments.
THANKS!
David G.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting alphanumeric data at 2nd, 3rd or 4th character position kykles Excel Discussion (Misc queries) 3 June 3rd 09 12:18 AM
Sorting Alphanumeric data in Excel 2003 billd Setting up and Configuration of Excel 7 October 23rd 07 10:37 AM
Sorting alphanumeric KWBock Excel Discussion (Misc queries) 4 June 22nd 05 11:57 PM
sorting alphanumeric Chronos Excel Discussion (Misc queries) 1 May 17th 05 10:00 AM
alphanumeric sorting dancefle Excel Discussion (Misc queries) 3 April 25th 05 02:30 AM


All times are GMT +1. The time now is 06:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"