TO_TEXT

Format a value as a text string. The function accepts numbers, URLs, or JSON data.

Parameter List

Syntax
TO_TEXT(value)
value

The number, expression, or cell to convert to text. For example: "2020-01-01", NOW(), or A2.

Examples

TO_TEXT("2020-01-01") returns "2020-01-01" formatted as text.