Skysurfer
Board Regular
- Joined
- Apr 19, 2004
- Messages
- 202
- Office Version
- 2019
- Platform
- Windows
- MacOS
Hi,
I am using the hyperlink formula below in a table of contents. In one column, I have 50 range names and in the next column hyperlink formulas that reference those range names. Once the range names are created, I simply copy my one hyperlink formula down alongside the range names.
Thing is, my formula uses a LOT of volatile functions. Is there a way to do this without so many INDIRECT functions? Or does is this type of formula not so resource intensive to even worry about it?
Thanks,
Lawrence
I am using the hyperlink formula below in a table of contents. In one column, I have 50 range names and in the next column hyperlink formulas that reference those range names. Once the range names are created, I simply copy my one hyperlink formula down alongside the range names.
Thing is, my formula uses a LOT of volatile functions. Is there a way to do this without so many INDIRECT functions? Or does is this type of formula not so resource intensive to even worry about it?
Code:
=HYPERLINK("#'"&MID(CELL("filename",INDIRECT(C13)),FIND("]",CELL("filename",INDIRECT(C13)))+1,256)&"'!A1",MID(CELL("filename",INDIRECT(C13)),FIND("]",CELL("filename",INDIRECT(C13)))+1,256))
Thanks,
Lawrence