View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
BigPig
 
Posts: n/a
Default Excel formatting question

Aaron,

You could try this:

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

In cell D1 type: "

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.


"Aaron Daniels" wrote:

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 . Help
would be appreciated