Here is the formula that counts the attacks that were performed when the ball was set by another player than the setter:
=VSCOUNT(VSAND(VSCELL("(1)A",$B2),"*5E;B-0;NOT"))
If you have multiple setters (let's assume another setter is #1), go for:
=VSCOUNT(VSAND(VSCELL("(1)A",$B2),"*5E;B-0;NOT","*1E;B-0;NOT"))
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