Subject to the caveats that the others have brought up, assuming your data starts in A1 with no headers, and assuming that you are looking for
A
1 165
2 164
3 163
4 163.5
5 164
Average(A2-A1,A3-A2,A4-A3,A5-A4......)
then try
=SUMPRODUCT((OFFSET($A$1,1,,COUNTA(A:A)-1)-(OFFSET($A$1,,,COUNTA(A:A)-1))))/(COUNTA(A:A)-1)
Result will change automatically as values are added to the end of the list.
Assumes NO OTHER VALUES in Col A besides your data to be averaged, and assumes NO BLANKS in your data.
Regards
Ken...............
----------------------------------------------------------------------------
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
It's easier to beg forgiveness than ask permission
![[2thumbsup] [2thumbsup] [2thumbsup]](/data/assets/smilies/2thumbsup.gif)
----------------------------------------------------------------------------