Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Sort by town name, which follows first name and initial; period; andcomma.

Have a list of club members, and would like to sort this list by
locale or town name.
The text follows this sequence:
Rick J., Ocala, CA
Sue R., Elmwood Forest, CA
Charlie T., Sacramento, CA

Is there an effective way to sort alphabetically by town name?
The result would be Sue, followed by Rick, and then Charlie.
There are 300+ entries; manually reformatting would be possible, but
not very timely.

TIA for any ideas.
Pierre
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sort by town name, which follows first name and initial; period; a

Hi,

I've assumed your data are in A1 down. Put his in b1 and drag down to the
length of column A

=TRIM(MID(A1,FIND(",",A1)+1,FIND(",",A1,FIND(",",A 1)+1)-FIND(",",A1)))

Select both columns and sort on this helper column which you can hide if you
want.

Mike

"Pierre" wrote:

Have a list of club members, and would like to sort this list by
locale or town name.
The text follows this sequence:
Rick J., Ocala, CA
Sue R., Elmwood Forest, CA
Charlie T., Sacramento, CA

Is there an effective way to sort alphabetically by town name?
The result would be Sue, followed by Rick, and then Charlie.
There are 300+ entries; manually reformatting would be possible, but
not very timely.

TIA for any ideas.
Pierre

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Sort by town name, which follows first name and initial; period; a

Hi,

Select your column of data and choose Data, Text to Columns, Delimited, and
click Next, choose Comma and click Next. Change the destination cell or
leave it the same and click Finish.

This will split your data into 3 columns which will allow you to sort
quickly and cleanly.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Pierre" wrote:

Have a list of club members, and would like to sort this list by
locale or town name.
The text follows this sequence:
Rick J., Ocala, CA
Sue R., Elmwood Forest, CA
Charlie T., Sacramento, CA

Is there an effective way to sort alphabetically by town name?
The result would be Sue, followed by Rick, and then Charlie.
There are 300+ entries; manually reformatting would be possible, but
not very timely.

TIA for any ideas.
Pierre

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Sort by town name, which follows first name and initial; period;a

On Feb 23, 11:04*am, Shane Devenshire
wrote:
Hi,

Select your column of data and choose Data, Text to Columns, Delimited, and
click Next, choose Comma and click Next. *Change the destination cell or
leave it the same and click Finish.

This will split your data into 3 columns which will allow you to sort
quickly and cleanly.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire



"Pierre" wrote:
Have a list of club members, and would like to sort this list by
locale or town name.
The text follows this sequence:
Rick J., Ocala, CA
Sue R., Elmwood Forest, CA
Charlie T., Sacramento, CA


Is there an effective way to sort alphabetically by town name?
The result would be Sue, followed by Rick, and then Charlie.
There are 300+ entries; manually reformatting would be possible, but
not very timely.


TIA for any ideas.
Pierre- Hide quoted text -


- Show quoted text -


Thank you Shane & Mike. They both did the deed.

Pierre
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
? sort data in a drop down box w/ initial cell entry Leef Excel Worksheet Functions 1 June 3rd 06 01:56 AM
Ignoring Initial Articles in Field Sort DLFox Excel Discussion (Misc queries) 3 September 18th 05 09:35 PM
How Do I organize sheets and clients by town? Sr. Vice Deli Excel Worksheet Functions 2 July 26th 05 08:30 PM
automatically insert town name after entering zip code accessnovice Excel Discussion (Misc queries) 2 July 12th 05 10:01 PM
sort numbers based on initial digit. Andyd Excel Discussion (Misc queries) 2 June 28th 05 01:20 PM


All times are GMT +1. The time now is 06:04 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"