TEXTSPLIT
splits text by delimiters into an array · from excel · excel: not yet compared · no sheets equivalent
signature
TEXTSPLIT(text, col_delimiter, [row_delimiter], [ignore_empty], [match_mode], [pad_with])
returns: array
| argument | required |
|---|---|
| text | required |
| col_delimiter | required |
| row_delimiter | optional |
| ignore_empty | optional · defaults to 0 |
| match_mode | optional |
| pad_with | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=TEXTSPLIT("text", "text")