VSTACK function - Zoho Sheet - Help Guide

VSTACK

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!
  • The column count in one or more of the given arrays is less than the maximum count.
#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!
  • The given cell reference is incorrect or invalid. This error may occur when a cell/range has been deleted, moved, or pasted over.
 
Similar Functions