Forum Discussion

DAS85's avatar
DAS85
Copper Contributor
Feb 09, 2023
Solved

How to reference tab names in formulas for tables.

So we write a lot of excel sheets for pulling together monthly summaries of individual days, and i was wondering if there was someway to just reference the names of the tabs in a table, say if its ju...
  • mtarler's avatar
    Feb 09, 2023

    You have to use the function INDIRECT(B5 & "!$G:$G") but INDIRECT is a 'volatile' function meaning it will have to get re-calculated all the time and may have performance hits on excel

Resources