In a similar fashion of calculating a golf handicap by using the say the best 8 scores from your last 10, I need to do this for a database of performances for another sport where each player has a different number of games in the same period. So I want to drop the say two worst performance from the last x number of games regardless of the length of time elapsed from their first game to the last. The database is typically date (of game), name, score. From this I extract a pivot table of the average scores, but want the average to be the average of the best x scores from the most recent y games.
Help please!
Help please!