This function returns text values from any specified range. It returns text values as it is and converts non-text values to text.
VALUETOTEXT (value, format)
This function has the following arguments:
Argument | Description |
---|---|
value | [Required] The value to return as text. |
format |
[Optional] The format of returned data.
|
If the format option is set to anything other than 0 or 1, the function returns the #VALUE! error value.
The concise format returns a text value, whereas the strict format returns an array of the same size and shape as the input.
VALUETOTEXT(B2:B8)
VALUETOTEXT(D1:D5, 1)
This function is available in product version 14.1 or later.