Hi, what my confusing title is trying to ask is this: I want to calculate average points for a player when another player isn't playing. So in this list:
DATE PLAYER PTS
1-1-2017 Player1 10
2-1-2017 Player2 15
2-1-2017 Player1 18
What would be the formula to calculate avg points by player1 when player2 wasn't playing? Example is easy, it should be 10, but the original file has thousand of inputs - players, dates etc.
thank you
DATE PLAYER PTS
1-1-2017 Player1 10
2-1-2017 Player2 15
2-1-2017 Player1 18
What would be the formula to calculate avg points by player1 when player2 wasn't playing? Example is easy, it should be 10, but the original file has thousand of inputs - players, dates etc.
thank you