VSTACK

Appends arrays vertically to create a larger array.

note

Introduza a fórmula como fórmula de matriz. Suxestión: Introduza a fórmula empregando as teclas Ctrl + Maiús + Intro.


Sintaxe

=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

Pódese omitir calquera dos argumentos opcionais. Un argumento opcional require que todos os separadores presentes estean presentes.


Exemplos

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/DISP

#N/DISP

#N/DISP

RRR

SSS

#N/DISP

#N/DISP

#N/DISP

TTT

UUU

#N/DISP

#N/DISP

#N/DISP

VVV

WWW

#N/DISP

#N/DISP

#N/DISP

XXX

YYY

#N/DISP

#N/DISP

#N/DISP


Información técnica

tip

Esta función está dispoñíbel desde a versión 25.8 do LibreOffice.


Esta función NON é parte do estándar Formato Open Document para Aplicacións de Ofimática (OpenDocument), versión 1.3. Parte 4: Fórmula recalculada (OpenFormula). O espazo de nomes é

COM.MICROSOFT.VSTACK

Precisamos da súa axuda!