I’m trying to do something like an advanced 3DSum where instead of having all the tabs lined up next to eachother, it refers to a range on the sheet for which tabs to sum. I get pretty close with this:
=sumproduct(sum(indirect$AN$10:$AN$15&”!”&cell(“address”,c46))))
Where $AN$10:$AN$15 has a list of tabs, and I’m totalling cell c46 on every tab.
The issue is that if that tab name range has a blank cell or an unrecognised tab, the whole formula errors out. How to I get the error to resolve to zero for individual items in the array rather than the whole formula?
Thanks!
=sumproduct(sum(indirect$AN$10:$AN$15&”!”&cell(“address”,c46))))
Where $AN$10:$AN$15 has a list of tabs, and I’m totalling cell c46 on every tab.
The issue is that if that tab name range has a blank cell or an unrecognised tab, the whole formula errors out. How to I get the error to resolve to zero for individual items in the array rather than the whole formula?
Thanks!
Last edited: