I am using a VLOOKUP statement and 1 of the columns in the original data contains a Hyperlink, can I carry this hyperlink over into the new cell withouth using a vba type command? I would like to be able to click on the hyperlink from the lookup value inserted into the new cell.
Thank you for the suggestion. I tried that and it didn't quite work. The Hyperlink that is carried over looks to point to a file rather than a URL. I have attached a file to show what I am seeing. TEST-JWC-2019.xlsx
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
=HYPERLINK(VLOOKUP(A1, Sheet1!A1:D100, 3,0))