create hyperlink in excel 2007

emadtira

Board Regular
Joined
Jan 9, 2011
Messages
59
Dear,

how can i make a hyperlink for e-mail address exists in cell for instance C4,

Note: Cell C4 contains VLOOKUP formula to get e-mail address for the employee when i change employee code in cell C1

thanx in advance for reply
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Have a look at the HYPERLINK worksheet function. Maybe like:

=HYPERLINK("mailto:"&VLOOKUP(etc etc),VLOOKUP( etc etc ))
 
Last edited:
Upvote 0
thankyou for your reply

it works ok, and i have 2 questions:
1- why you repeated vlookup formula twice?
2- if i want to add subject title and CC: email address to formula how can i do that?
Note: subject line and CC email address are constant not vary or depend on equation

thanks again for your time and interest
 
Upvote 0
The first argument of the HYPERLINK function contains the hyperlink command, the second one contains what will be displayed.
 
Upvote 0
thanks for your interest,

would you please give me answer for question number 2 in my previous reply.

thanks again for your help.
 
Upvote 0
You can't specify a cc, but you can have an extra address in the mailto, and have a subject too, like this:

=HYPERLINK("mailto:"&VLOOKUP(etc etc)&",fredbloggs@hotmail.com?Subject=Whatever",VLOOKUP(etc etc))
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,707
Members
452,939
Latest member
WCrawford

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