I've got a 3 column excel file (name / time / link). Name is the name of the college, time is the document upload date, and the link is a hyperlinked "test.pdf", for example. Now the 3rd column contains 6000 cells of text that are supposed to be clickable, for example, I'll upload all of my docs to AWS S3 or Google Drive, and then just put the links in the cells. Cell value and the file name are the same. (test.pdf cell = test.pdf downloadable file).
What I want to know is how do I assign all those links to those cells without manually copy/pasting the uploaded file link to the cell? There's 6000+ records of it, and it would take an insane amount of time. Of course, it doesn't matter if the files are on S3 or GD, I can upload them to any service that makes this possible, I guess.
TLDR I want to hyperlink all my 6000 cells to documents people can download, but I couldn't find any automated solution besides "do it manually".
PS: Folder structure goes like this
College 1 folder (10 pdf documents)
College 2 folder (10 pdf documents)
...
College 600 folder (10 pdf documents)
if the college name is Oxford for example, the first document in that folder would be P1OU (period 1 oxford university, all the way up to 10 documents)
This is the spreadsheet:
https://docs.google.com/spreadsheets/d/1kOWFQSMTYh0RJveDMqTXx_oeL_ueXkeKCBnHmTWk5ZA/edit?usp=sharing