HSTACK (PQL - xl)
The function appends arrays horizontally and in sequence to return a larger array
- Library: PQL \ Spreadsheet \ Lookup
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
HSTACK(array1, array2)
Function Arguments
Name | Description | Type | Optional |
array1 | The arrays to append | StringOrNumber |
|
array2 | The arrays to append | StringOrNumber |
|
Comments
This function is the same as the Microsoft Excel 'HSTACK' function - using the same inputs, logic and outputs.