VSTACK function
Summary
Appends arrays vertically and in sequence to return a larger array
Syntax
VSTACK(array1,[array2],...)
The VSTACK function syntax has the following argument:
array The arrays to append.
array The arrays to append.
Example
=VSTACK(A2:C3,E2:G3)