I have 10 sheets and on the 11th sheet is my working sheet. In every cell I have an index match formula to output values between 1-10 to reference one of the original 10 sheets. I want to use the indirect function to fill sheet 11 with values from sheets 1 through 10.
For example the indexmatch formula outputs 3 in cell A1 so I want sheet 3 A1 , A2= sheet 7 A2, C3= sheet 1 C3 etc. How can I set up the indirect function to use its own cell address?
ADDRESS(ROW(),COLUMN())
? Though there may be an easier way. – BigBen