Forum Discussion
RaeesaB
Oct 17, 2022Copper Contributor
Fetching VLOOKUP value with embedded hyperlink
I am trying to fetch a value from another sheet in the workbook from a cell which also has a hyperlink embedded. However, VLOOKUP only fetches the text and not the embedded hyperlink. How to get it t...
Riny_van_Eekelen
Oct 17, 2022Platinum Contributor
RaeesaB Wrap the VLOOKUP in a HYPERLINK function. Something like this:
=HYPERLINK(VLOOKUP(..............))