VSTACK function

Category: Lookup and reference
Introduced: Excel 2024

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.

Example

=VSTACK(A2:C3,E2:G3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/vstack-function-a4b86897-be0f-48fc-adca-fcc10d795a9c

Back to Functions