VALUETOTEXT
Description
Converts numbers, dates, and other values to text.
This function is useful for ensuring consistency in text-based operations or formatting numbers and dates as text.
Syntax
VALUETOTEXT(value, [format])
- value: The value to return as text.
- format: The format of the returned data. Options include:
- 0 (default): Concise format that is easy to read.
- 1: Strict format that includes escape characters and row delimiters.