The formula for the number of won sets is:
- =VSSETCOUNT("*W") - for home team
- =VSSETCOUNT("*17W") - for home player 17
For lost sets:
- =VSSETCOUNT("*L") - for home team
- =VSSETCOUNT("*8L") - for home player 8
If you want to count kill attacks of the player #4 in won sets, it will be the following:
- =VSCOUNT("*4A#;WS-0")
Lost sets:
- =VSCOUNT("*9A#;LS-0")
If you want to get the efficiency of the player #4 in won sets, it will be the following:
- =VSEFF("*4A;WS-0")
Lost sets:
- =VSEFF("*9A;LS-0")
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