Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Hyperlink HREF question w/ vlookup

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Hyperlink HREF question w/ vlookup

Hi,

=HYPERLINK(IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500, 5,FALSE)&";")

" wrote:

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Hyperlink HREF question w/ vlookup

OPPs I missed a ), use

=HYPERLINK(IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500, 5,FALSE))&";")


" wrote:

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Hyperlink HREF question w/ vlookup

its not working properly,
It look like a link its bold blue and underlined, but when click on the link
it say the file cannot be accessed

"Eduardo" wrote:

OPPs I missed a ), use

=HYPERLINK(IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500, 5,FALSE))&";")


" wrote:

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Hyperlink HREF question w/ vlookup

If your formula is working fine try the below..
=HYPERLINK("mailto:" & formula, formula )


Also your formula returns a space incase of error That should be "" instead
of " "

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")


If this post helps click Yes
---------------
Jacob Skaria


" wrote:

its not working properly,
It look like a link its bold blue and underlined, but when click on the link
it say the file cannot be accessed

"Eduardo" wrote:

OPPs I missed a ), use

=HYPERLINK(IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500, 5,FALSE))&";")


" wrote:

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Hyperlink HREF question w/ vlookup

=HYPERLINK("mailto:" & IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5),""),
IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5),""))

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

If your formula is working fine try the below..
=HYPERLINK("mailto:" & formula, formula )


Also your formula returns a space incase of error That should be "" instead
of " "

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")


If this post helps click Yes
---------------
Jacob Skaria


" wrote:

its not working properly,
It look like a link its bold blue and underlined, but when click on the link
it say the file cannot be accessed

"Eduardo" wrote:

OPPs I missed a ), use

=HYPERLINK(IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500, 5,FALSE))&";")


" wrote:

=IFERROR(VLOOKUP(U2,agt_ary!$A$1:$E$500,5)," ")

col 5 is a live email address, witht his function I only get text,
Is there a way to have the hyperlink on my main sheet
Pelase asdvsi e

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
Hyperlink Question stew Excel Discussion (Misc queries) 2 February 28th 09 06:18 PM
hyperlink question scott Excel Discussion (Misc queries) 0 June 30th 06 10:13 PM
Hyperlink Question nastech Excel Discussion (Misc queries) 2 January 1st 06 11:12 PM
hyperlink question mac Excel Worksheet Functions 1 April 15th 05 09:01 PM
Hyperlink Question Phil Osman Excel Discussion (Misc queries) 4 March 29th 05 03:11 AM


All times are GMT +1. The time now is 12:50 AM.

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

About Us

"It's about Microsoft Excel"