TEXTSPLIT

Splits text by a given delimiter to an array of multiple cells.

note

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


Sintaxe

TEXTSPLIT(Text [; Column Delimiter [; Row Delimiter [; Ignore Empty [; Match Mode [; Pad With ]]]]])

Text: (optional) the text to split.

Column Delimiter: (optional) the text to delimit the columns. Multiple delimiters can be supplied.

Row Delimiter: (optional) the text to delimit the rows. Multiple delimiters can be supplied.

Ignore Empty: (optional) set to TRUE to ignore consecutive delimiters otherwise creates an empty cell. The default to FALSE.

Match mode: (optional) set to 1 to perform a case-insensitive match otherwise does a case-sensitive match. The default to 0.

Pad with: (optional) the value with which to pad. The default is #N/A.

note

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


Exemplos

If cell A1 contains "AA,BB,,CC/DD,EE,FF/GG,HH,II,JJ", then

{=TEXTSPLIT(A1;",";"/";FALSE();1;"@@@")} returns the following array:

AA

BB

CC

DD

EE

FF

@@@

GG

HH

II

JJ


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.TEXTSPLIT

Precisamos da súa axuda!