Hi,
I have a workbook with several sheets, which all have data in the same format but with different numbers.
I am trying to create a summary sheet, which pulls the data from each individual workbook and lists it.
As VBAs are disabled and I have never created a macro before, I am trying to solve it with a formula.
The idea is to create an overview like this where I input the different Sheet Names (Column A) and all the columns next to it get updated automatically with the sheet name.
This is the functioning formula in Cell B3: ='Dreamies 60g KW 29'!A$5
In Cell B2 I tried to use an indirect function but it returns a REF error: =INDIRECT(A2&"!A$5";TRUE)
Is there a way to fix the indirect formula so that it works just like the one in Cell B3?
Thanks a lot for your help!
I have a workbook with several sheets, which all have data in the same format but with different numbers.
I am trying to create a summary sheet, which pulls the data from each individual workbook and lists it.
As VBAs are disabled and I have never created a macro before, I am trying to solve it with a formula.
The idea is to create an overview like this where I input the different Sheet Names (Column A) and all the columns next to it get updated automatically with the sheet name.
This is the functioning formula in Cell B3: ='Dreamies 60g KW 29'!A$5
In Cell B2 I tried to use an indirect function but it returns a REF error: =INDIRECT(A2&"!A$5";TRUE)
Is there a way to fix the indirect formula so that it works just like the one in Cell B3?
Thanks a lot for your help!