There is a post in the forums that sort of addresses what my question is, http://chandoo.org/forums/topic/lookups-referencing-tab-names but I'm not sure if I should ask in that thread my question or ask separately.
There is a formula that is given that kind of works with my file, but the problem is it does not update dynamically.
=SUMIFS(INDIRECT("'"&A6&"'!O:O")
The INDIRECT is referencing cell A6 which contains the worksheet name to search the SUM RANGE of column O:O. Is it possible to syntax this so that the column O:O is outside of the " " double quotes so that if I change column O:O by inserting or deleting a column on the worksheet, this cell will update?
For example, if I long write the worksheet name in that formula like below, when I change column O:O, this formula will auto-update with the correct column. The formula with the INDIRECT referencing the cell (which is the worksheet name) won't auto-update the column O:O because it's inside the quotes.
=SUMIFS('worksheet name'!O:O,...rest of formula)
I tried the following but excel didn't find the formula acceptable: =SUMIFS(INDIRECT("'"&A6&"'!"O:O)
=SUMIFS(INDIRECT("'"&A6&"'!")O:O
thank you,
-Mark
There is a formula that is given that kind of works with my file, but the problem is it does not update dynamically.
=SUMIFS(INDIRECT("'"&A6&"'!O:O")
The INDIRECT is referencing cell A6 which contains the worksheet name to search the SUM RANGE of column O:O. Is it possible to syntax this so that the column O:O is outside of the " " double quotes so that if I change column O:O by inserting or deleting a column on the worksheet, this cell will update?
For example, if I long write the worksheet name in that formula like below, when I change column O:O, this formula will auto-update with the correct column. The formula with the INDIRECT referencing the cell (which is the worksheet name) won't auto-update the column O:O because it's inside the quotes.
=SUMIFS('worksheet name'!O:O,...rest of formula)
I tried the following but excel didn't find the formula acceptable: =SUMIFS(INDIRECT("'"&A6&"'!"O:O)
=SUMIFS(INDIRECT("'"&A6&"'!")O:O
thank you,
-Mark