Hello,
I have been trying to create a hyperlink that changes which sheet it goes to, according to which row the formula is in. For example, I want to click on cell A10 (which contains ABC), which will take me to cell A1 on sheet ABC. However I also want to be able to copy and paste this hyperlink one or more cells down and have it look at cell A11, A12, etc.
I know that if I do this:
#INDIRECT("'"&A10&"'!"&"A1")
it will work but when I copy and paste it in another cell, the A10 stays the same.
I tried playing around with this:
#INDIRECT("'"&"A"&ROW()&"'!"&"A1")
which doesn't seem to work.
On its own, "A"&ROW() returns the correct cell, but when it is inside the indirect function, I can't seem to get it to work.
Any help would be greatly appreciated,
Chris
Bookmarks