VSTACK (PQL - xl)

The function appends arrays vertically 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

VSTACK(array1, array2)

Function Arguments

Name

Description

Type

Optional

array1

Refers to the arrays to append

StringOrNumber

array2

Array or cell range that contains the data to search

StringOrNumber

Comments

This function is the same as the Microsoft Excel 'VSTACK' function - using the same inputs, logic and outputs.