I have to create a spread sheet that will calculate the last rounds average. For example, if we are golfing for the next 10 weeks. I will be adding up the first 3 weeks (golf score) and dividing by 3 to get an average (50+49+48/3 = 49).
Then at the start of the 4th week (he golfed a 47) I need to drop the first week score (50) and add up the next 3 scores (49+48+47/3 = 48).
Here is the current formula I am using (which is not working) :
=SUM($D8:$W8)/COUNTIF($D8:$W8,">0")
Bookmarks