View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
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