I have "Week 1", "Week 2", "Week 3".... as my headers in cells A1, B1, C1....
I also have "Week 1", "Week 2", "Week 3".... sheet names.
In the second row, I would like to reference to corresponding sheets' cells. For example in cell A2, I gives have tried indirect function INDIRECT(A1)
but it gives #ref error. I actually want to reference sheet Week 1, but all I can imagine is this function =SHEETS(INDIRECT(A1))
. Of course I have the same error again.
I want to reference to sheet "Week 1" cell A2, by using current sheet's A1 value ("Week 1") in the formula.
Any help is appreciated.