Kills % for a specific player:
- =VSPER("*5A#”)
Or (when the attacking player's number is in cell A2):
- =VSPER(VSCELL("(1)A#”,A2))
Attacking Error% for a specific player:
- =VSPER("*5A=”)
Or (when the attacking player's number is in cell A2):
- =VSPER(VSCELL("(1)A=”,A2))
In system, attacking % for a specific player:
- =VSPER(VSAND(„*5A#",B2),VSOR("*R+;B-0","R#;B-0")))
Or (when the attacking player's number is in cell A2):
- =VSPER(VSAND(VSCELL("(1)A#",A2),VSOR("*R+;B-0”,"*R#;B-0")))
Out of system attacking % for a specific player:
- =VSPER(VSAND(„*5A#",B2),”*R;B-0”,VSOR("*R+;B-0;NOT”,"*R#;B-0;NOT")))
Or (when the attacking player's number is in cell A2):
- =VSPER(VSAND(VSCELL("(1)A#",B2),”*R;B-0”,VSOR("*R+;B-0;NOT","R#;B-0;NOT")))
Attacking % when passing the first ball for a specific player:
- =VSPER(VSAND("*5A#","*9R;B-0"))
Or (when the attacking player's number is in cell A2):
- =VSPER(VSAND(VSCELL("(1)A#",B2),VSCELL("(1)R;B-0",B3)))
Attacking % when not passing the first ball for a specific player:
- =VSPER(VSAND("*5A#","*9R;B-0;NOT”,”*R;B-0"))
Or (when the attacking player's number is in cell A2):
- =VSPER(VSAND(VSCELL("(1)A#",B2),VSCELL("(1)R;B-0;NOT",B3),”*R;B-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