If you want to count the average „per set” statistics, you can use the VSSETCOUNT function, f.eg. If you want to count kills per set of player number 22, your formula will look like this:
- =IF(VSSETCOUNT("*22”)=0,”—",VSCOUNT("*22A#”)/VSSETCOUNT("*22”))
If you want to get team middle kills, you can use this formula:
- =VSCOUNT(VSAND("*A#”,”*EC;B-0”))/VSSETCOUNT("*”)
First Ball:
- =IF(VSSETCOUNT("*22")=0,"—",VSCOUNT(VSAND("*22A#","*R;B-0"))/VSSETCOUNT("*22"))
Transition
- =IF(VSSETCOUNT("*22")=0,"—",VSCOUNT(VSAND("*22A#","*R;B-0;NOT"))/VSSETCOUNT("*22”))
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