Aug 23 2023 11:11 AM
Hi,
This formula:
='[FE Project Revenue Tracking 2023 (August 2023).xlsx]August'!$F6
I want the sheet/tab name to be variable. I have this name in L1 of sheet and I want to be able to change this monthly and all the formulas below to be updated.
I have not been able to do this successfully yet, hoping that someone can direct me the correct way to do this.
Thanks!
Aug 23 2023 11:59 AM
I have something very similar to that and make use of the INDIRECT function to accomplish the task. Just be forewarned that INDIRECT should be used sparingly in any workbook; excessive use can slow down all calculations.
Aug 23 2023 12:52 PM
Aug 23 2023 01:30 PM - edited Aug 23 2023 01:31 PM
Don't let @mtarler terrify you, though. I'm sure what he says is entirely true. Nevertheless, Excel still is quite fast; it all depends on the size and complexity of the workbook in question.
I have a workbook (created to track investments) with nearly 30 different tabs, some formulas on each sheet, INDIRECT on several (not all), and the whole thing works without any noticeable delays.
Aug 23 2023 02:03 PM
Aug 23 2023 02:17 PM
INDIRECT only works if the other workbook referred to is open in Excel.
And because of that, you shouldn't include the path in the value of E1. Just the workbook and worksheet name.
Aug 23 2023 02:52 PM