I have exported a worksheet from a SharePoint library, it has the file name and the hyperlink to the SharePoint location already.
I am attempting to match these to another link that has the same list of file names so I used the command
=HYPERLINK(VLOOKUP(G2,A:A,1,FALSE),G2)
G2 is the file...