TEXTWRAP
wraps text at specified width · a deepcalc original · no excel equivalent · no sheets equivalent
signature
TEXTWRAP(text, width)
returns: text
| argument | required |
|---|---|
| text | required |
| width | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=TEXTWRAP("This is a long text that needs wrapping", 20) This is a long text
that needs wrapping | A | |
|---|---|
| 1 | 10 |
fx
=TEXTWRAP(A1, 40) 10