P
Picman
i want to always calculate the average of the bottom 5 rows of a longer list
even after a new row is inserted and the list is resorted.
even after a new row is inserted and the list is resorted.
=SUMPRODUCT(SUM(OFFSET(A1,LARGE(ROW(A1:A20)*(A1:A20<>""),{1,2,3,4,5})-1,)))/5
In 2007 this fails.
ShaneDevenshire said:Hi,
In 2003 and earlier you could use this
=SUMPRODUCT(SUM(OFFSET(A1,LARGE(ROW(A1:A20)*(A1:A20<>""),{1,2,3,4,5})-1,)))/5
In 2007 this fails.