Hi,
I'm having an issue with a Sumproduct using the max function.
This formula works fine...
=SUMPRODUCT(MAX((Data!$A$2:$A$48=$C$6)*(Data!$G$2:$G$48=$D49)*(Data!$L$2:$L$48)))
And so does the below until I copy it past Row 48...
=SUMPRODUCT(MAX((MONTH(Data!$A$2:$A$48)=9)*(Data!$G$2:$G$48=$D49)*(Data!$L$2:$L$48)))
At the minue, my data on the Data! sheet finishes on Row 48. It's got something to do with the fact I've inserted the MONTH Function into the formula.
Anybody any ideas? Thanks!
I'm having an issue with a Sumproduct using the max function.
This formula works fine...
=SUMPRODUCT(MAX((Data!$A$2:$A$48=$C$6)*(Data!$G$2:$G$48=$D49)*(Data!$L$2:$L$48)))
And so does the below until I copy it past Row 48...
=SUMPRODUCT(MAX((MONTH(Data!$A$2:$A$48)=9)*(Data!$G$2:$G$48=$D49)*(Data!$L$2:$L$48)))
At the minue, my data on the Data! sheet finishes on Row 48. It's got something to do with the fact I've inserted the MONTH Function into the formula.
Anybody any ideas? Thanks!