Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alphanumeric Sorting - numeric alpha numeric | Excel Worksheet Functions | |||
Sorting alpha numeric data | Excel Discussion (Misc queries) | |||
Sorting Alpha Numeric Part 2 | Excel Discussion (Misc queries) | |||
Sorting Alpha Numeric | Excel Discussion (Misc queries) | |||
Alpha-Numeric Sorting | Excel Discussion (Misc queries) |