Hey everyone - I am looking for a formula solution that will help me find the average score for a player in his last 3 games. To do this, I have to consider 3 different columns:
playerName Date Score russell westbrook 12/22/2016 60 james harden 12/22/2016 55 russell westbrook 12/23/2016 42 james harden 12/23/2016 42 russell westbrook 12/24/2016 67 james harden 12/24/2016 55 russell westbrook 12/27/2016 48 james harden 12/27/2016 72 russell westbrook 12/29/2016 42
In the example table, I calculated the last 3 game scores for Russell Westbrook as: 67,48, and 42 (12/24, 12/27, and 12/29). His average for those 3 games is 52.33. As the season goes on, I always want to be able to calculate the average for the most recent 3 games. I would do this calculation off on another sheet adjacent to the player name, so Ideally I'd like to stay away from using help columns, etc.
Does anyone know how to create such a formula?
Bookmarks