ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Hyperlink HREF question w/ vlookup (https://www.excelbanter.com/excel-worksheet-functions/246850-hyperlink-href-question-w-vlookup.html)

[email protected]

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

Eduardo

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


Eduardo

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


[email protected]

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


Jacob Skaria

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


Jacob Skaria

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



All times are GMT +1. The time now is 01:35 PM.

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