=LOWER(LEFT(A2))&LOWER(C2)&"@"&LOWER(D2)
if you want it to start up the email program when you select the cell
=HYPERLINK("mailto:"&LOWER(LEFT(A2))&LOWER(C2)&"@" &LOWER(D2),LOWER(LEFT(A2))&LOWER(C2)&"@"&LOWER(D2) )
for the second question
http://www.rondebruin.nl/sendmail.htm
--
Regards,
Peo Sjoblom
Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
wrote in message
oups.com...
Hi Everyone,
I have a sheet with First Name, MI, and Last Name in Columns A, B, and
C and company domain in column D. I would like figure out how to
combine these into an email address in column E that reads
FirstinitialLastName@"Domain" so Mel Kiper at Microsoft.com becomes
. Ideally I would like to maybe make macros for
common email protocols as well. Any Ideas?
Regards,
Reece