Thread: E-mail Sort
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H[_3_] Mike H[_3_] is offline
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