Forum Discussion
Jessica0612
Aug 23, 2023Copper Contributor
How to use a varaible in a formula
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 chan...
mathetes
Aug 23, 2023Gold Contributor
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.
Jessica0612
Aug 23, 2023Copper Contributor