ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Hyperlinking e-mail addresses from a listing to show a subject lin (https://www.excelbanter.com/excel-discussion-misc-queries/91855-hyperlinking-e-mail-addresses-listing-show-subject-lin.html)

Flo

Hyperlinking e-mail addresses from a listing to show a subject lin
 
We have 2 worksheets one contain drop-down menu listing of different
selections of people w/e-mail addresses. When they select a person from the
drop-down menu an e-mail is automatically generated. Our problem is that we
would like for the Subject line on the e-mails to reflect Online Library
Resource as the wording. We are able to get this to happen on Sheet 2 when
we select (as a test) one of the e-mails and it happens exactly like we want
--- but, when we go back to Sheet 1 & select someone an e-mail is populated
w/o any verbiage in the Subject area --- I have included the formula that we
are using for the e-mail to be populated --- what have we left off --- plus,
this hyperlink does work when we select directly from Sheet 2 --- we are
hiding Sheet 2 when we populate this spreadsheet so we need to make sure that
Sheet 1 works the same --- PLEASE help us --- thanks!

=HYPERLINK("mailto:" &
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2),
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2))

bgeier

Hyperlinking e-mail addresses from a listing to show a subject lin
 

Try adding ?subject=testing",


Code:
--------------------
=HYPERLINK("mailto:" &
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2),
INDEX(Sheet2!G:H,MATCH(Sheet1!A4,Sheet2!G:G,FALSE) ,2)) & ?subject=testing",
--------------------


--
bgeier
------------------------------------------------------------------------
bgeier's Profile: http://www.excelforum.com/member.php...o&userid=12822
View this thread: http://www.excelforum.com/showthread...hreadid=547894



All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com