Syntax
| Parameter | Description |
|---|---|
| value | Parameter of the VALUETOTEXT function. |
| [format] | (Optional.) Parameter of the VALUETOTEXT function. |
Examples
Convert number to text
=VALUETOTEXT(12345)
Show formula result type
=VALUETOTEXT(TRUE)
Quoted format
=VALUETOTEXT("Hello", 1)
Common Errors
Occurs if the format argument is not 0 or 1.
Tips
Format 0 (default) gives concise output. Format 1 wraps text in quotes and preserves special characters — useful for debugging.
TEXT requires a format string (like "0.00"). VALUETOTEXT needs no format — it just converts the raw value to its literal text representation.
In mixed-type data, VALUETOTEXT lets you display all values uniformly as text while preserving their original representation.
Try VALUETOTEXT in Viztab
Import your data and use VALUETOTEXT with 370+ other formulas. No signup required.
Open Viztab