Forum Discussion
Excelnewbie1600
Jan 31, 2022Copper Contributor
Help with an Excel problem. Link files automatically
Hello I have an excel document that is several thousand rows long. Each row has a unique name. That name corresponds with a file located in a share drive. I want to know if its possible to automatica...
- Jan 31, 2022
Make sure that the resulting path+filename is correct. I assumed that column A will contain the document name without the extension .docx, so the formula adds it.
If column A already contains the extension, remove &".docx" from the formula.
HansVogelaar
Jan 31, 2022MVP
I'd use two columns: one with the file names and another with the hyperlinks:
Excelnewbie1600
Jan 31, 2022Copper Contributor
Never-mind it worked perfectly. I just had to restart excel. Thank you again.