LibreOfficeDev 25.8 Help
BCxHz‖Appends arrays vertically to create a larger array.
BGSES‖=VSTACK(Array [; Array_1 [; Array_2 [; ...]]])
w8o8C‖Array: The first array to be returned in a new array.
h2682‖Array_1; Array_2; ...: (optional) the arrays to append sequentially after the previous array.
mrv9C‖And the second array as:
aTNJM‖The formula {=VSTACK(A1:E3;N15:O19)} returns the array below, with data of array N15:O19 below data of array A1:E3, and extra cells filled with #N/A error:
| AAA | BBB | CCC | DDD | EEE | 
| FFF | 
 | 
 | III | JJJ | 
| KKK | LLL | MMM | NNN | OOO | 
| PPP | QQQ | #N/A | #N/A | #N/A | 
| RRR | SSS | #N/A | #N/A | #N/A | 
| TTT | UUU | #N/A | #N/A | #N/A | 
| VVV | WWW | #N/A | #N/A | #N/A | 
| XXX | YYY | #N/A | #N/A | #N/A | 
COM.MICROSOFT.VSTACK