Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default alpha numeric sorting

I have a list of names, a comma, then numbers. How do I sort by the numbers.
example

John Doe,245
jane Doe,123
Robert k,999
Dan Doe,522 Sort to

Jane Doe,123
John Doe,245
Dan Doe,522
Robert K,999

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default alpha numeric sorting

You can using a helper column

--With the data in Col A apply the below formula in ColB cell B1 and copy
down.
=0+MID(A1,FIND(",",A1)+1,99)

--This will extract the numbers..Select ColA and ColB.; Sort by ColB. Once
sorted you can remove ColB or keep it hidden...(for future sorts..)

If this post helps click Yes
---------------
Jacob Skaria


"troubled" wrote:

I have a list of names, a comma, then numbers. How do I sort by the numbers.
example

John Doe,245
jane Doe,123
Robert k,999
Dan Doe,522 Sort to

Jane Doe,123
John Doe,245
Dan Doe,522
Robert K,999

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default alpha numeric sorting

Data/ Text to columns, with comma as delimiter, then select both columns and
sort by the second column.
--
David Biddulph

"troubled" wrote in message
...
I have a list of names, a comma, then numbers. How do I sort by the
numbers.
example

John Doe,245
jane Doe,123
Robert k,999
Dan Doe,522 Sort to

Jane Doe,123
John Doe,245
Dan Doe,522
Robert K,999

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
LXG LXG is offline
external usenet poster
 
Posts: 6
Default alpha numeric sorting

=RIGHT(A1,3)
where A1 equals first data then copy down then sort
assumes all right three characters are numbers


"David Biddulph" wrote:

Data/ Text to columns, with comma as delimiter, then select both columns and
sort by the second column.
--
David Biddulph

"troubled" wrote in message
...
I have a list of names, a comma, then numbers. How do I sort by the
numbers.
example

John Doe,245
jane Doe,123
Robert k,999
Dan Doe,522 Sort to

Jane Doe,123
John Doe,245
Dan Doe,522
Robert K,999

Thanks




Reply
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
Alphanumeric Sorting - numeric alpha numeric Mike Excel Worksheet Functions 2 September 15th 08 10:12 PM
Sorting alpha numeric data teetee209 Excel Discussion (Misc queries) 1 July 9th 08 01:14 PM
Sorting Alpha Numeric Part 2 CS Project Man Excel Discussion (Misc queries) 3 December 21st 05 06:56 PM
Sorting Alpha Numeric CS Project Man Excel Discussion (Misc queries) 2 December 21st 05 04:57 PM
Alpha-Numeric Sorting Jose Excel Discussion (Misc queries) 5 December 5th 05 09:51 PM


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

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

About Us

"It's about Microsoft Excel"