#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default E-mail Sort

Is it possible to sort by e-mail address? For example, I have a
spreadsheet with name and e-mail and I want to sort by e-mail address,
but not by the begining of the address. Half are @yahoo.com, and the
other half are @gmail.com. I want to sort out all those that are
@gmail.com
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default E-mail Sort

One way is with a helper column. With your email addresses in column
A, put this in B1 and drag down

=MID(A1,FIND("@",A1)+1,999)

Select columns A and B and sort by column B. You can then delete or
hide the helper column.

Mike

On Jan 22, 2:19*pm, tonyalt3 wrote:
Is it possible to sort by e-mail address? *For example, I have a
spreadsheet with name and e-mail and I want to sort by e-mail address,
but not by the begining of the address. *Half are @yahoo.com, and the
other half are @gmail.com. *I want to sort out all those that are
@gmail.com


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default E-mail Sort

You could use Autofilter with the custom criterion "contains" gmail.com or
"ends with" gmail.com

Alternatively you could use a helper column
=RIGHT(A2,LEN(A2)-FIND("@",A2))
--
David Biddulph

"tonyalt3" wrote in message
...
Is it possible to sort by e-mail address? For example, I have a
spreadsheet with name and e-mail and I want to sort by e-mail address,
but not by the begining of the address. Half are @yahoo.com, and the
other half are @gmail.com. I want to sort out all those that are
@gmail.com



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
How can I sort e-mail addresses? Carter Devereaux Excel Discussion (Misc queries) 4 June 24th 08 02:39 AM
How do I sort e-mail addresses without losing the links? Dave S. Excel Discussion (Misc queries) 4 February 14th 07 05:25 PM
Sort column of e-mail addresses Matty Excel Discussion (Misc queries) 1 November 20th 06 03:17 AM
sort e-mail address captain bob Excel Discussion (Misc queries) 1 August 1st 06 09:07 PM
sort a column of e-mail addresses by domain pjcler Excel Discussion (Misc queries) 1 April 19th 06 03:41 PM


All times are GMT +1. The time now is 05:47 PM.

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"