Hi,
I am trying to create a formula which will auto populate hyperlinks in excel based on preexisting data in my spreadsheet. I am storing sales orders named after their corresponding sales order # in folders named after the dates they were created I.e (=HYPERLINK("C:\Users\????\Desktop\Packing Slips\2018-03-02\"&B7&".pdf". I have managed to create a formula to automatically find the sales order number however for whatever reason I am having a problem referencing the date portion in cell B7 with the hyperlink. Your help would be greatly appreciated. My formula currently is =HYPERLINK("C:\Users\????\Desktop\Packing Slips\2018-03-02\"&B7&".pdf",CONCATENATE(TEXT(B7,"mm-dd-yyyy "),A7)).
Thanks.
Bookmarks