always calculate last 5 rows even after 1 inserted
=AVERAGE(INDEX(A:A,MATCH(10^10,A:A)-4):INDEX(A:A,MATCH(10^10,A:A)))
"Picman" wrote:
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.
|