View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nick Hodge[_2_] Nick Hodge[_2_] is offline
external usenet poster
 
Posts: 185
Default Function to convert to email address?

Charlie

Technically you may need this

=HYPERLINK("mailto:"&LOWER((MID(A1,FIND(",",A1,1)+ ",LOWER((MID(A1,FIND(",",A1,1)+2,1))& ")

You could drop the lower if the case is not important and the repeating part
if you can put up with rather than

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
web:
www.nickhodge.co.uk

UK Excel User Conference In Cambridge
November 28th - December 1st 2007
Register Now @ http://www.exceluserconference.com/UKEUC.html



wrote in message
oups.com...
Given a column of cells each with text in the format:

LAST NAME, FIRST NAME

.... like "Jones, Bob" and "Johnson, David", is there a quick excel
function/method that will convert and then write them to a different
column such that:

(first initial)(last

... so "Jones, Bob" becomes " and "Johnson, David"
becomes "?

TIA