Hi Guys,
I have the following problem. I need to gather a huge number of tabs into just a few overview tabs. Also, the tabs to be included in each overview sheet may change.
Therefore, the sheet name needs to be dynamic. The solution I use in the formulas is the following:
= INDIRECT("'"&$A2&"'!B1")))
Although this works perfect to change the sheet name, it does not change the cell reference (B1) when I pull it across. I need to modify the cell reference manually.
Is there any simple solution to make the cell reference dynamic in this formula?
Thanks
Remaniak
I have the following problem. I need to gather a huge number of tabs into just a few overview tabs. Also, the tabs to be included in each overview sheet may change.
Therefore, the sheet name needs to be dynamic. The solution I use in the formulas is the following:
= INDIRECT("'"&$A2&"'!B1")))
Although this works perfect to change the sheet name, it does not change the cell reference (B1) when I pull it across. I need to modify the cell reference manually.
Is there any simple solution to make the cell reference dynamic in this formula?
Thanks
Remaniak