Alo Is possible get an hyperlink from a database with a vlookop or other funcion? Thank you Horacio
H Horacio Oct 25, 2004 #1 Alo Is possible get an hyperlink from a database with a vlookop or other funcion? Thank you Horacio
D Dave Peterson Oct 26, 2004 #2 like... =hyperlink(vlookup(a1,sheet2!a:b,2,false)) But you'll have to have a valid hyperlink that's returned -- or build it yourself: =hyperlink("http://"&vlookup(a1,sheet2!a:b,2,false))
like... =hyperlink(vlookup(a1,sheet2!a:b,2,false)) But you'll have to have a valid hyperlink that's returned -- or build it yourself: =hyperlink("http://"&vlookup(a1,sheet2!a:b,2,false))