![]() |
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 |
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 |
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 |
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 |
All times are GMT +1. The time now is 07:43 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com