Hi all.
I'm still looking to move away from volatile functions but am stumped on this one. Where these cells hold the following:
A1 = Sheet Name
A2 = Column Letter
A3 = Row Number
..I can easily reference a cell on another sheet by using:
=INDIRECT("'"&A1&"'!"&A2&A3)
I have need to construct something like this multiple times where the references will change based on using different sources other than A1, A2 and A3.
But INDIRECT is volatile, and I can't seem to make it work with INDEX.
Are there any non-volatile functions that I can use? Or is the very nature of doing this volatile in itself?
With thanks as always - will add reputation and mark complete as soon as someone is able to help!
Bookmarks