VSTACK
Description
Appends the specified arrays into a single array as a sequential set of rows.
Syntax
VSTACK(
array1
,[array2
],...) - range1: The array to append (stack).
- range2: The array to append (stack).