VSTACK Function

The VSTACK function is one of the lookup and reference functions. It is used to vertically stack arrays into one array.

Syntax

VSTACK (array1, [array2], ...)

The VSTACK function has the following arguments:

Argument Description
array1/2/n Is used to set the arrays to append.

Notes

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the VSTACK function.

Examples

The figure below displays the result returned by the VSTACK function.

VSTACK Function