Hi,
I'm trying to calculate a bunch of averageifs on some data, but am finding it impossible to pass a cell reference into the formula.
If I use the following, it works fine
=AVERAGEIFS('CALCS 2'!U$821:U$1765,'CALCS 2'!$T$821:$T$1765,"<30",'CALCS 2'!$T$821:$T$1765,">28")/100
But if i try to swap out "<30" for <A2 (for example), it comes back with #div/0 error.
Can anyone assist on how to fix it?
Thanks.
I'm trying to calculate a bunch of averageifs on some data, but am finding it impossible to pass a cell reference into the formula.
If I use the following, it works fine
=AVERAGEIFS('CALCS 2'!U$821:U$1765,'CALCS 2'!$T$821:$T$1765,"<30",'CALCS 2'!$T$821:$T$1765,">28")/100
But if i try to swap out "<30" for <A2 (for example), it comes back with #div/0 error.
Can anyone assist on how to fix it?
Thanks.