From a previous post I have been using the function at the bottom of the post. I now wish to use the aggregate function again to find the Max value from a different range of cells but still based on only those records that are in a particular year. I have tried modifying the function as below to achieve this but get a #value error.
=AGGREGATE(4,6,Records!$I:$I/(YEAR(Records!$F:$F)=1994),1)
Can anyone help please ?
Dave
=AGGREGATE(15,6,Records!$F:$F/(YEAR(Records!$F:$F)=1994),1)
=AGGREGATE(4,6,Records!$I:$I/(YEAR(Records!$F:$F)=1994),1)
Can anyone help please ?
Dave
=AGGREGATE(15,6,Records!$F:$F/(YEAR(Records!$F:$F)=1994),1)