A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Re: "This includes trying to use the excel hyperlink function but it doesn't appear to work"
Kinda from the xl97 help file...
'---
Jump to a different cell in the same workbook.
You can create hyperlinks in a worksheet to jump from one cell to another cell in the same workbook.
For example, in the workbook Budget.xlsx, the following formula creates a hyperlink to cell E56 in the active worksheet.
The link text itself is the value in cell E56.
=HYPERLINK("[Budget.xlsx]E56", E56)
=HYPERLINK("[Budget.xlsx]September!E56", E56)
Kinda from Dave McRitchie...
'---
This version can be filled down and the cell address will increment (no quote marks)...
=HYPERLINK("#"&CELL("address",Sheet2!A3),Sheet2!B3)
Note: be very attentive when writing your formula.
'---
Jim Cone
Portland, Oregon USA
https://goo.gl/IUQUN2 (Dropbox)
(free & commercial excel add-ins & workbooks)