P
Patrick
I need to combine a first name with last name, combine them with a domain to
create a useable email address.
create a useable email address.
Kevin Vaughn said:I just tried this and it worked for me:
=HYPERLINK("mailto:"&A2&B2&"@"&C2,A2&B2&"@"&C2)
I put my first name in a2, my last initital (as that is how my email is set
up) in b2 and my domain name in c2.