I need a hyperlink function that Excel does not seem to support. The concept seems simple but execution has proven much more difficult than anticipated. Using this fairly simple lookup formula the value returned needs to be in the form of a hyperlink.
Formula:=IF(ISERROR(INDEX(Sites!A$1:B$23, MATCH(E3,Sites!A$1:A$23,), MATCH(K$2,Sites!A$1:B$1,))),"",INDEX(Sites!A$1:B$23, MATCH(E3,Sites!A$1:A$23,), MATCH(K$2,Sites!A$1:B$1,)))
Basically the formula returns an email address. Normally Excel is overzealous to convert email addresses to hyperlinks but in this case it seems that the lookup value has fooled Excel.
I have tried many things incuding the use of the HYPERLINK function and simply changing the lookup values to hyperlinks themselves.
I'm little stuck and could use some help.
All is appreciated.
Thx tW33k =D
Formula:=IF(ISERROR(INDEX(Sites!A$1:B$23, MATCH(E3,Sites!A$1:A$23,), MATCH(K$2,Sites!A$1:B$1,))),"",INDEX(Sites!A$1:B$23, MATCH(E3,Sites!A$1:A$23,), MATCH(K$2,Sites!A$1:B$1,)))
Basically the formula returns an email address. Normally Excel is overzealous to convert email addresses to hyperlinks but in this case it seems that the lookup value has fooled Excel.
I have tried many things incuding the use of the HYPERLINK function and simply changing the lookup values to hyperlinks themselves.
I'm little stuck and could use some help.
All is appreciated.
Thx tW33k =D