VSPLAYER, VSPLAYERNAME, VSTEAMNAME functions

Function VSPLAYER returns the player's number and the team's prefix.

  • = VSPLAYER("*1i") - get the first player of the team


It is possible to add the role of the player like this:

  •  = VSPLAYER("*1i","libero") - get the first team libero


Other roles are here:  setter, opposite, middle, and outside. 


We can get the player name using the VSPLAYERNAME function:

  • =VSPLAYERNAME(A2),


Where in cell A2 is the player's number.


To get the team name, we put:

  • =VSTEAMNAME("*")


 

Calculating function results in the spreadsheet can by prevented using #! the symbol. This can be used to optimize spreadsheet calculation time heavily.

  • VSPLAYER and VSTEAMNAME automatically return this code when the player or team isn’t found.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article