HSTACK function - Zoho Sheet - Help Guide

HSTACK

Combines the given set of arrays into a single table with each array appended to the right of the previous array.
 
Syntax

HSTACK(array1; [array2];...)
array: The range of cells containing the values to append. Eg., B2:G3
 
Examples
 
Formula
=HSTACK(B2:G3;J2:L3)

Get a hands-on experience of the function in the embedded range below.  



Possible Errors
 
Errors
Meaning
#N/A!
  • The row 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