VSTACK

Appends arrays vertically to create a larger array.

note

Enter the formula as an array formula. Hint: enter formula using keys Ctrl + Shift + Enter.


Sintassi

=VSTACK(Array [; Array_1 [; Array_2 [; ...]]])

Array: The first array to be returned in a new array.

Array_1; Array_2; ...: (optional) the arrays to append sequentially after the previous array.

note

Qualsiasi argomento opzionale può essere omesso. Un argomento opzionale richiede che siano presenti tutti i separatori che precedono.


Esempi

Consider the array A1:E3 below.

 

A

B

C

D

E

1

AAA

BBB

CCC

DDD

EEE

2

FFF

 

 

III

JJJ

3

KKK

LLL

MMM

NNN

OOO


And the second array as:

 

N

O

15

PPP

QQQ

16

RRR

SSS

17

TTT

UUU

18

VVV

WWW

19

XXX

YYY


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


Informazioni tecniche

tip

This function is available since LibreOfficeDev 25.8.


Questa funzione non fa parte dello standard Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format. Lo spazio dei nomi è

COM.MICROSOFT.VSTACK