Hi, I have an excel workbook with sumifs that look through the whole column to find the sum.
The data source changes every month and is huge (and slow). I want to speed it up a little bit with a dynamic range instead of searching the whole column
So instead of F:F something like COUNTA(..)
is this possible? I couldnt find a way to do it:
=SUMIFS('APO vs Budget'!$F:$F;'APO vs Budget'!$R:$R;"Yes";'APO vs Budget'!$P:$P;$B8)
Thanks
The data source changes every month and is huge (and slow). I want to speed it up a little bit with a dynamic range instead of searching the whole column
So instead of F:F something like COUNTA(..)
is this possible? I couldnt find a way to do it:
=SUMIFS('APO vs Budget'!$F:$F;'APO vs Budget'!$R:$R;"Yes";'APO vs Budget'!$P:$P;$B8)
Thanks