Forum Discussion
liz123395
Apr 11, 2024Copper Contributor
A formula that changes the sheet reference based on cell value with sheet name
Hi, I am making an executive report on one page which pulls all the findings from each individual sheet into one sheet. I have 35 different tables which each reference one sheet (which I have 35...
- Oct 05, 2024
President2105
Oct 05, 2024Copper Contributor
Is there a way to use the INDIRECT formula within a formula i.e. replacing the reference "Sheet1" in this formula?
=MIN('Sheet1'!$C$46:$C$2078)
=MIN('Sheet1'!$C$46:$C$2078)
SergeiBaklan
Oct 05, 2024Diamond Contributor
- President2105Oct 05, 2024Copper ContributorCheers!
That worked, now I just have to get my head around it!