The function appends arrays horizontally and in sequence to return a larger array.
=HSTACK(array1,[array2],...)
The function has the following arguments:
Argument |
Description |
---|---|
array |
The array to append. |
The function returns the array formed by appending each of the array arguments in a column-wise fashion. The resulting array will as follows:
The function returns an array, the type of each value in the array depends on the parameter.
This function is available in product version 16.0 or later.