Forum Discussion
Scotty485
May 13, 2022Copper Contributor
AverageIF across multiple worksheets
Im trying to Average the same cell across multiple worksheets, but ignore zeros. My formula is - =AVERAGEIF('Calculation Tab 1:Calculation Tab 53'!N38,">0") I Get the return of - #VALUE! is the...
Patrick2788
May 13, 2022Silver Contributor
AVERAGEIF does not support 3D referencing.
Here's a list of functions that support 3D referencing (VSTACK, HSTACK, TOCOL, TOROW - also support 3D referencing):
https://support.microsoft.com/en-us/office/create-a-3-d-reference-to-the-same-cell-range-on-multiple-worksheets-40ca91ff-9dcb-4ad1-99d2-787d0bc888b6
It's worth noting if you're an insider with access to VSTACK, you could make this work.