Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default Returning a Hotlink from a VLOOKUP

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Returning a Hotlink from a VLOOKUP

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default Returning a Hotlink from a VLOOKUP

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.

"Gary''s Student" wrote:

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Returning a Hotlink from a VLOOKUP

For this technique to work, VLOOKUP() must return the actual URL, not the
"friendly name"
--
Gary''s Student - gsnu200825


"Rich" wrote:

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.

"Gary''s Student" wrote:

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default Returning a Hotlink from a VLOOKUP

Not sure what a "friendly name" is, but it is underlined, blue and of the
format: www.armstrongcustomhomes.net. However, when I click on it I get the
message "cannot open the specified file".

"Gary''s Student" wrote:

For this technique to work, VLOOKUP() must return the actual URL, not the
"friendly name"
--
Gary''s Student - gsnu200825


"Rich" wrote:

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.

"Gary''s Student" wrote:

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Returning a Hotlink from a VLOOKUP

Why does it not display:

http://www.armstrongcustomhomes.net


--
Gary''s Student - gsnu200825


"Rich" wrote:

Not sure what a "friendly name" is, but it is underlined, blue and of the
format: www.armstrongcustomhomes.net. However, when I click on it I get the
message "cannot open the specified file".

"Gary''s Student" wrote:

For this technique to work, VLOOKUP() must return the actual URL, not the
"friendly name"
--
Gary''s Student - gsnu200825


"Rich" wrote:

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.

"Gary''s Student" wrote:

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default Returning a Hotlink from a VLOOKUP

That did it! I just had the www.....

Thanks for your help.

Rich

"Gary''s Student" wrote:

Why does it not display:

http://www.armstrongcustomhomes.net


--
Gary''s Student - gsnu200825


"Rich" wrote:

Not sure what a "friendly name" is, but it is underlined, blue and of the
format: www.armstrongcustomhomes.net. However, when I click on it I get the
message "cannot open the specified file".

"Gary''s Student" wrote:

For this technique to work, VLOOKUP() must return the actual URL, not the
"friendly name"
--
Gary''s Student - gsnu200825


"Rich" wrote:

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.

"Gary''s Student" wrote:

Easy

replace:

=VLOOKLUP()

with:

=HYPERLINK(VLOOKUP))
--
Gary''s Student - gsnu200825


"Rich" wrote:

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,

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
VLOOKUP returning #N/A Michelle7890 Excel Worksheet Functions 5 October 15th 08 09:01 PM
Can I create a hotlink to go from one cell to another in a wrksht Jim B-H. Excel Discussion (Misc queries) 2 September 18th 07 06:59 PM
Vlookup Returning #n/a Toolbar Confused Excel Worksheet Functions 4 July 5th 07 01:32 AM
Vlookup returning #N/A ww Excel Worksheet Functions 2 March 23rd 05 12:24 AM
Vlookup and returning #n/a Cathrine Excel Worksheet Functions 3 December 23rd 04 02:23 PM


All times are GMT +1. The time now is 04:49 AM.

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"