Hello,
Is it possible to use a cell value to fill in the column name within a formula?
We add a new column each week. I would like to do a simple COUNT function, for example. Instead of updating the formula each week, I'd like to update the value in a cell that the formula will reference.
So instead of COUNT([ColumnName]:[ColumnName]), I'd like to create a new column called ColumnNEWNAME, then have the COUNT formula reference another cell where I would input ColumnNEWNAME, and it would use this in the formula to count the newly created column with the new name.
Does that make sense and is it possible? Thank you.