VSCOURT function

To give you a quick idea of how all these works, the general VSCOURT syntax looks as follows:

  • =VSCOURT("filter", scale, "layers", "zones", "print")

The simplest example would be something you already used, like directions for all team attacks.

  • =VSCOURT("*A")

This court will default to arrow visualisation. If you want to change things around, you would have to write something like this.

  • =VSCOURT("*A","heatmap","#","end","print")

This is a heat map, with all kills additionally marked, done for the end zone, with a print color scheme enabled.


Other options for visualisation are: arrows, zonearrows, subzones, heatmap.


This formula would give you the white court, ready to print, in size 2, which is marked at the end of the code. In this court, you can see the heatmap and directions of all quick attacks from zone four performed by the player, whose number is in the cell B3:

  • =VSCOURT(VSCELL("(1)X5",Sheet1!$B$3),heatmap,zonearrows,"print",2)


This formula would give you the white court, ready to print, in size 0.8, which is marked at the end of the code. In this court, you can see the heatmap of all serves performed by the player, whose number is in the cell B3:


  • =VSCOURT(VSCELL("(1)S",Sheet1!B3),heatmap,"print",0.8)





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