Reformattng EMAIL addresses incolumn

  • Thread starter Thread starter sdm1059
  • Start date Start date
Hi,

You can use this formula in an adjacent cell. I have assumed that the
string is in cell B16

=MID(B16,SEARCH("<",B16,1)+1,SEARCH(">",B16,1)-SEARCH("<",B16,1)-1)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
Back
Top