I am using Excel 2016 not 365.
I have been using the following formula to find the largest ( max ) value from a range of cells which are within a particular year. =AGGREGATE(14,6,Records!$I$2:$K$40000/(YEAR(Records!$F$2:$F$40000)=1992),1)
I now wish to SUM or COUNT the values from the same range, again with a particular year. I have tried modifying the formula as in the 2 attempts below but get a #VALUE ! error for both.
=AGGREGATE(9,6,Records!$I$2:$K$40000*(YEAR(Records!$F$2:$F$40000)=1992))
=AGGREGATE(9,6,Records!$I$2:$K$40000/(YEAR(Records!$F:$F)=1992))
Any help on this would be much appreciated.
I have been using the following formula to find the largest ( max ) value from a range of cells which are within a particular year. =AGGREGATE(14,6,Records!$I$2:$K$40000/(YEAR(Records!$F$2:$F$40000)=1992),1)
I now wish to SUM or COUNT the values from the same range, again with a particular year. I have tried modifying the formula as in the 2 attempts below but get a #VALUE ! error for both.
=AGGREGATE(9,6,Records!$I$2:$K$40000*(YEAR(Records!$F$2:$F$40000)=1992))
=AGGREGATE(9,6,Records!$I$2:$K$40000/(YEAR(Records!$F:$F)=1992))
Any help on this would be much appreciated.