DIVIDIRTEXTO

Divide un texto, según un delimitador dado, en una matriz de varias celdas.

Icono de nota

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


Sintaxis

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.

Modo de correspondencia (opcional): establezca en 1 para realizar una coincidencia sin distinción entre mayúsculas y minúsculas; de lo contrario, se realizará una coincidencia con distinción entre mayúsculas y minúsculas. El valor predeterminado es 0.

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

Icono de nota

Any of the optional arguments can be omitted. An optional argument requires all preceding separators to be present.


Ejemplos

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

Icono de consejo

Esta función está disponible desde la versión 25.8 de LibreOffice.


This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.TEXTSPLIT

¡Necesitamos su ayuda!

¡Necesitamos su ayuda!