Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jacob
 
Posts: n/a
Default hyperlinks from a list? using excel 2000

jacob

Okay, I'll get right to the issue.

I'm using the List feature of Data Validation in A1, with a range of
names on the Z file. The list contains a name and telephone number and
email address. What I'm trying to do is insert an email hyperlink in
that same cell so when a List item is chosen from the drop down list,
you can click on A1 to send an email address. The email hyperlink
would
need to change along with the name.
I don't think this will work, so what about creating a clickable link
in A2 that changes with the data that is displayed in A1?


My last resort would be to create a pivot table, which I am TERRIBLY
inexperienced at doing.


Please help!


-Jacob






Attached Images
 
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You could use a formula to display the hyperlink in an adjacent cell.
For example, with the data validation list in cell E2:

="Mailto:"&HYPERLINK(VLOOKUP(E2,$A$1:$B$100,2,0),E 2)

where the list of names and email addresses is in A1:B100

jacob wrote:
jacob

Okay, I'll get right to the issue.

I'm using the List feature of Data Validation in A1, with a range of
names on the Z file. The list contains a name and telephone number and
email address. What I'm trying to do is insert an email hyperlink in
that same cell so when a List item is chosen from the drop down list,
you can click on A1 to send an email address. The email hyperlink
would
need to change along with the name.
I don't think this will work, so what about creating a clickable link
in A2 that changes with the data that is displayed in A1?


My last resort would be to create a pivot table, which I am TERRIBLY
inexperienced at doing.


Please help!


-Jacob







--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

Your formula created a link for me, but it didn't look like a link
(blue/underline).

This does the same thing and looks like a link:

=HYPERLINK("Mailto:"&VLOOKUP(E2,$A$1:$B$100,2,0),E 2)

Actually, the "mailto:" portion shows up in Debra's formula, but not in that
second version.

Debra Dalgleish wrote:

You could use a formula to display the hyperlink in an adjacent cell.
For example, with the data validation list in cell E2:

="Mailto:"&HYPERLINK(VLOOKUP(E2,$A$1:$B$100,2,0),E 2)

where the list of names and email addresses is in A1:B100

jacob wrote:
jacob

Okay, I'll get right to the issue.

I'm using the List feature of Data Validation in A1, with a range of
names on the Z file. The list contains a name and telephone number and
email address. What I'm trying to do is insert an email hyperlink in
that same cell so when a List item is chosen from the drop down list,
you can click on A1 to send an email address. The email hyperlink
would
need to change along with the name.
I don't think this will work, so what about creating a clickable link
in A2 that changes with the data that is displayed in A1?


My last resort would be to create a pivot table, which I am TERRIBLY
inexperienced at doing.


Please help!


-Jacob






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


--

Dave Peterson
  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

I got the blue underline with my formula (Excel 2002), but yours, with
the hidden MailTo, is better.
(Pre-caffeine. That's my excuse, and I'm sticking to it.)

Dave Peterson wrote:
Your formula created a link for me, but it didn't look like a link
(blue/underline).

This does the same thing and looks like a link:

=HYPERLINK("Mailto:"&VLOOKUP(E2,$A$1:$B$100,2,0),E 2)

Actually, the "mailto:" portion shows up in Debra's formula, but not in that
second version.

Debra Dalgleish wrote:

You could use a formula to display the hyperlink in an adjacent cell.
For example, with the data validation list in cell E2:

="Mailto:"&HYPERLINK(VLOOKUP(E2,$A$1:$B$100,2,0),E 2)

where the list of names and email addresses is in A1:B100

jacob wrote:

jacob

Okay, I'll get right to the issue.

I'm using the List feature of Data Validation in A1, with a range of
names on the Z file. The list contains a name and telephone number and
email address. What I'm trying to do is insert an email hyperlink in
that same cell so when a List item is chosen from the drop down list,
you can click on A1 to send an email address. The email hyperlink
would
need to change along with the name.
I don't think this will work, so what about creating a clickable link
in A2 that changes with the data that is displayed in A1?


My last resort would be to create a pivot table, which I am TERRIBLY
inexperienced at doing.


Please help!


-Jacob






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to convert GETPIVOTDATA from excel 2000 to excel 2002... Need_help_on_excel Excel Worksheet Functions 1 March 15th 05 01:08 AM
How can I use Excel 2003 to sit for exams which are in Excel 2000 aguyo Excel Discussion (Misc queries) 1 March 14th 05 02:01 PM
Is there a way to create a drop-down list of links in Excel? t_boden Excel Worksheet Functions 1 February 3rd 05 06:14 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM
convert excel list to pivot table GI Excel Discussion (Misc queries) 0 December 6th 04 06:45 PM


All times are GMT +1. The time now is 08:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"