View Single Post
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi Andy

One way is to use a helper column with a formula like this
A1 have the email address

=MID(B1,SEARCH("@",B1,1),255)

Sort on the B column now


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Andy R" <Andy wrote in message ...
How do you sort a column of email addresses by domain name in Excel?