Hyperlink To Email Addresses

Dan190984

New Member
Joined
Mar 18, 2011
Messages
26
Hi all

I have created a s/s that contains a list of e-mail addresses the issue I have is that these have been created using an & formula so the addresses wont Hyperlink.

EG

Col a - First Name
Column b - .
column c - last name
Column d - @companyname.com

Column e = =a1&b1&c1&d1

How do I make this email addres in e1 a hyperlink?

Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
One way...convert them to text
Highlight the list select Edit / Copy
With the list still highlighted select edit / Paste Special and check "Values Only"
 
Upvote 0
Convert the cell into text then use TRIM to delete spaces in the text. Use Hyperlink to create a Hyperlink
 
Upvote 0
Next problem -

I then have a look up function which is pulling the e-mail address relevent depending on the name selected from a drop down - however this does not hyperlink.

I tried the hyperlink function in front of the vlookup but received "can not open the specified file" can this be done?
 
Upvote 0
I am now receiving the cannot open the specified file error on every hyperlink just created!

Arghhh

Any help greatly received.
 
Upvote 0
Upvote 0
Try;

Code:
=HYPERLINK("mailto:"&A1&B1&C1&D1)

etc.
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,818
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top