LibreOfficeDev 25.8 Help
esNA8‖Splits text by a given delimiter to an array of multiple cells.
dxTDq‖TEXTSPLIT(Text [; Column Delimiter [; Row Delimiter [; Ignore Empty [; Match Mode [; Pad With ]]]]])
J7wSk‖Text: (optional) the text to split.
Euuxu‖Column Delimiter: (optional) the text to delimit the columns. Multiple delimiters can be supplied.
Pqzhk‖Row Delimiter: (optional) the text to delimit the rows. Multiple delimiters can be supplied.
j3omS‖Ignore Empty: (optional) set to TRUE to ignore consecutive delimiters otherwise creates an empty cell. The default to FALSE.
aFiwx‖Match mode: (optional) set to 1 to perform a case-insensitive match otherwise does a case-sensitive match. The default to 0.
y4rDQ‖Pad with: (optional) the value with which to pad. The default is #N/A.
W4wN3‖If cell A1 contains "AA,BB,,CC/DD,EE,FF/GG,HH,II,JJ", then
Vnbsd‖{=TEXTSPLIT(A1;",";"/";FALSE();1;"@@@")} returns the following array:
| AA | BB | CC | |
| DD | EE | FF | @@@ | 
| GG | HH | II | JJ | 
COM.MICROSOFT.TEXTSPLIT