TEXTSPLIT

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

note

Ilagay ang formula bilang isang array formula . Hint: ipasok ang formula gamit ang mga key Ctrl + Shift + Enter .


Syntax

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

Maaaring tanggalin ang alinman sa mga opsyonal na argumento. Ang isang opsyonal na argumento ay nangangailangan ng lahat ng naunang separator na naroroon.


Mga halimbawa

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


Teknikal na impormasyon

tip

Ang function na ito ay magagamit mula noong LibreOfficeDev 25.8.


Ang function na ito ay HINDI bahagi ng Buksan ang Format ng Dokumento para sa Mga Aplikasyon sa Opisina (OpenDocument) Bersyon 1.3. Bahagi 4: Recalculated Formula (OpenFormula) Format pamantayan. Ang name space ay

COM.MICROSOFT.TEXTSPLIT