I’m attempting to build a URI using values from several cells…how can I do this?
Sheet1 Cell A1 contains “11aa22bb”
Sheet2 Cell B2 contains “file://\server.domain.com\folder with $\folder with space”
Sheet2 Cell B3 contains “filename_header”
Sheet2 Cell B4 contains “filename_footer”
Sheet3 Cell B5 contains “filename_ext”
On Sheet 1 Cell A2 I would like to generate a full link to the document with a path like “Sheet2.B2,Sheet2.B3,Sheet1.A1,Sheet2.B4,Sheet2.B5”.
Or “file://\server.domain.com\folder with $\folder with space\filename_header-11aa22bb-filename_footer.filename.ext”
I know this looks convoluted, but it’s possible, right?