I'm trying to create a HYPERLINK formula that references cell A1, on a different sheet, within the same workbook.
If my workbook was always named "Book1.xls," I could simply use the following formula:
=HYPERLINK("[Book1.xls]Sheet2!A1","Next Page"),"")
Unfortunately, the workbook I am working with gets renamed constantly (for different users, versions, dates, etc), so a static reference to "[Book1.xls]" won't work.
Is there any way to reference the 'Active Workbook' within the formula, so that the hyperlinks will work after the file has been renamed?
With a macro, this would be straight forward, but I'm trying to avoid VBA for this particular project. I just realized that I have no idea how to reference the active workbook within a formula. Can anyone help me out?
Thanks,
Mike
If my workbook was always named "Book1.xls," I could simply use the following formula:
=HYPERLINK("[Book1.xls]Sheet2!A1","Next Page"),"")
Unfortunately, the workbook I am working with gets renamed constantly (for different users, versions, dates, etc), so a static reference to "[Book1.xls]" won't work.
Is there any way to reference the 'Active Workbook' within the formula, so that the hyperlinks will work after the file has been renamed?
With a macro, this would be straight forward, but I'm trying to avoid VBA for this particular project. I just realized that I have no idea how to reference the active workbook within a formula. Can anyone help me out?
Thanks,
Mike