This filter allows for filtering plays by the jersey number of the setter currently on the court. Here is a basic example:
- =VSCOUNT("*A;*PS21")
The result of this query will be all home attacks when the home team setter was player 21.
You can also use this filter for an opposite team.
- =VSEFF("*D;aPS7")
This formula counts home dig efficiency when the away setter was player number 7.
You can also combine this filter with VS PLAYER to make it dynamic.
- =VSEFF(VSCELL("*D;aPS(1)",VSPLAYER("a1i, setter")))
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