Forum Discussion
Gustave van Meerbeke
Oct 19, 2018Copper Contributor
hyperlinks
I have a number of folders with lots of individual file names (representing pictues) which I want to "hyperlink" into a spreadsheet. I can do that one by one using the menu, but I wonder if there is ...
JKPieterse
Oct 19, 2018Silver Contributor
Have a look at the HYPERLINK worksheet function:
=HYPERLINK("file://"&A1)
=HYPERLINK("file://"&A1)