J
JimS
If I want to average the numbers in these two columns that's easy.
But what if every day I add a new number to the bottom of each column,
and I only want to average the latest ten numbers? In other words,
the oldest number (on top) drops off of the average.
How would I do that?
85 86
86 85
105 92
90 100
90 86
106 83
97 85
87 101
92 89
90 93
94 97
But what if every day I add a new number to the bottom of each column,
and I only want to average the latest ten numbers? In other words,
the oldest number (on top) drops off of the average.
How would I do that?
85 86
86 85
105 92
90 100
90 86
106 83
97 85
87 101
92 89
90 93
94 97