VALUETOTEXT
returns text from any value type · from excel · excel: not yet compared · no sheets equivalent
signature
VALUETOTEXT(value, [format])
returns: text
| argument | required |
|---|---|
| value | required |
| format | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
| A | |
|---|---|
| 1 | 10 |
fx
=VALUETOTEXT(A1) 10