Combines the given set of arrays into a single table with each array appended to the bottom of the previous array.
Syntax
VSTACK(array1; [array2];...)
array: The range of cells containing the values to append. Eg., A3:B7
Examples
Formula |
=VSTACK(A3:B7;A11:B15) |
Get a hands-on experience of the function in the embedded range below.
Possible Errors
Errors | Meaning |
#N/A! | |
#NAME! | The function name is incorrect or invalid. The given defined name (if any) is invalid. There is a typo in the defined name used in the function. Double quotes are missing for text values in the function. Colon missing in a cell range reference.
|
#VALUE! | - The given argument's data type is incorrect or invalid.
|
#REF! | |
Similar Functions