How to create multiple hyperlinks at once?
Archives
-
Bruce Willix Posted messages 12376 Registration date Status Contributor Last intervention -
Bruce Willix Posted messages 12376 Registration date Status Contributor Last intervention -
Hello
I am looking for a way to create multiple hyperlinks at once in an Excel file.
Let me explain, I have 2500 rows and I would like the last column of each row to contain a link to a "PDF" file.
What is the fastest way?
Because that would be a lot of links to create manually.
Thank you in advance.
I am looking for a way to create multiple hyperlinks at once in an Excel file.
Let me explain, I have 2500 rows and I would like the last column of each row to contain a link to a "PDF" file.
What is the fastest way?
Because that would be a lot of links to create manually.
Thank you in advance.
1 answer
-
In your place, I would look at how the function =HYPERLINK() works.
^^
--
Sword of Omens, give me Sight beyond Sight...-
-
Are your PDFs named "structured"? Are they stored in the same location?
Let's say your PDF is named like this: C:\myfilepath\mysubdirectory\mypdf.pdf
If you want to find it easily, you create a table or you can easily regenerate the path and the name.
For example:
- Column A: file name (mypdf)
- Column B: subdirectory (mysubdirectory)
If you want to find it, in column C, you write "=hyperlink("C:\myfilepath\"&B1&"\\"&A1&".pdf";"click here")" -
-
-