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! | |
#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