The "player on court" filter is used to filter the plays by the presence on the court of a particular player. It is used by typing PC after the semicolon and then adding the player's number who you want to have on the court in analyzed actions. Below you can find a few examples of how to use this filter.
Rallies with player #12:
- =VSCOUNT("S;*PC12")
Won rallies with player #12:
- =VSCOUNT("S;WR-0;*PC12")
Lost rallies with player #12:
- =VSCOUNT("S;LR-0;*PC12")
You can get a +/- ratio by subtracting lost rallies from won rallies. You can divide won rallies by all rallies to get the % of won rallies of a particular player on the court. You can also add multiple players here, e.g., if you want to see how your team is performing with players #12 and #4 on the court, the *PC filter will look like this: *PC12,4.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article