Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Zip code help
 
Posts: n/a
Default Sort a column (specifically email data) by end of text, not beginn

One of my files contains a field of Emails. I want to sort it by the ISP, not
the beginning of the text. so if an email is , I want to sort it
so I can view all the , etc. -- the only way I know how
to sort is by Ascending/descending and it sorts by the beginning of the text.
Thanks!
  #2   Report Post  
bpeltzer
 
Posts: n/a
Default

Create a 'helper column' in which you tease out the ISP. Ex: if the email
address is in A2, enter =RIGHT(A2,LEN(A2)-FIND("@",A2)) in B2 to calculate
just the ISP. Autofill that formula to each row, then sort based on the new
column.

"Zip code help" wrote:

One of my files contains a field of Emails. I want to sort it by the ISP, not
the beginning of the text. so if an email is , I want to sort it
so I can view all the , etc. -- the only way I know how
to sort is by Ascending/descending and it sorts by the beginning of the text.
Thanks!

  #3   Report Post  
Domenic
 
Posts: n/a
Default

Assuming that Column A contains your data, enter the following formula
in B1 and copy down:

=RIGHT(A1,LEN(A1)-FIND("@",A1))

Then, select Column A and Column B, and sort by Column B.

Hope this helps!

In article ,
"Zip code help" wrote:

One of my files contains a field of Emails. I want to sort it by the ISP, not
the beginning of the text. so if an email is , I want to sort it
so I can view all the , etc. -- the only way I know how
to sort is by Ascending/descending and it sorts by the beginning of the text.
Thanks!

  #5   Report Post  
Zip code help
 
Posts: n/a
Default

I can not get it to auto fill. I put the code in and wanted to drag and drop
for the remaning fields, but will not copy to the next number. Any ideas?
Thanks

"bpeltzer" wrote:

Create a 'helper column' in which you tease out the ISP. Ex: if the email
address is in A2, enter =RIGHT(A2,LEN(A2)-FIND("@",A2)) in B2 to calculate
just the ISP. Autofill that formula to each row, then sort based on the new
column.

"Zip code help" wrote:

One of my files contains a field of Emails. I want to sort it by the ISP, not
the beginning of the text. so if an email is , I want to sort it
so I can view all the , etc. -- the only way I know how
to sort is by Ascending/descending and it sorts by the beginning of the text.
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
Loading Column Data with blank Rows into Data Validation Box ExcelMonkey Excel Worksheet Functions 3 October 13th 05 06:09 PM
displaying data within column iconic83 Charts and Charting in Excel 2 August 19th 05 12:11 AM
How can I find and sort specific data within a column? bpreas - ExcelForums.com Excel Discussion (Misc queries) 3 August 2nd 05 07:11 PM
Combining workbooks with some variable field names Bob Dobalina Excel Discussion (Misc queries) 8 May 17th 05 09:48 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 07:57 AM.

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

About Us

"It's about Microsoft Excel"