Kirit George
New Member
Hi,
I wanted to calculate the moving average in data which is updated weekly. Wanted to get the latest 3 weeks' average.
The data is as follows:
[pre]
[/pre]
Requesting a solution from you to calculate the moving average. The criteria is as follows:
1. Want to calculate the moving average from the data that is entered in the columns on the right side on a weekly basis. The data is to be entered under the column Latest 3 Averages, in the column B4 and B6 and so on which is fixed and should get updated.
2. The data below average accuracy has 3 different cells, have to calculate the moving average for all the three moving values. B5 should have the average from E,H,K,N,Q and so on. C5 should have the average from F,I,L,O,R. D5 should have an average from G,J,M,P,S.
3. Should have the specification to exclude the spaces or blanks and should not be included in the calculation.
I wanted to calculate the moving average in data which is updated weekly. Wanted to get the latest 3 weeks' average.
The data is as follows:
[pre]
Code:
Latest 3 Averages
Name Average Accuracy WE May 1 WE May 7 WE May 14 WE May 21 WE May 28
CE NCE Minor
User 1 98.86666667 97 100 99.6 99.4 99.5
2.666666667 15 27 0 15 35 4 20 25 4 15 30 1 20 25 0 15 30
User 2 99.5 99.5 99.3 99.7 99.3 99.7
3.333333333 14 37 6 15 30 4 20 25 0 15 30 1 20 25 0 15 30
Requesting a solution from you to calculate the moving average. The criteria is as follows:
1. Want to calculate the moving average from the data that is entered in the columns on the right side on a weekly basis. The data is to be entered under the column Latest 3 Averages, in the column B4 and B6 and so on which is fixed and should get updated.
2. The data below average accuracy has 3 different cells, have to calculate the moving average for all the three moving values. B5 should have the average from E,H,K,N,Q and so on. C5 should have the average from F,I,L,O,R. D5 should have an average from G,J,M,P,S.
3. Should have the specification to exclude the spaces or blanks and should not be included in the calculation.