Excel formatting question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need c1 to equal A1.B1. I know how to get C1=A1&B1 but I need a period
separating them. Then in D1 I need it to equal (e-mail address removed). Help
would be appreciated
 
Aaron,

You could try this:

In cell C1 type: =A1&"."&B1

In cell D1 type: =C1&"@hotmail.com"

As far as enabling the hyperlink so that all you do is click. I don't know,
but you could do it via VBA.

You can create a forumula that will 'mailto' but that will only open a blank
email.

Hope this helps.
 
Back
Top