This function returns an array of text values from a specified range. It returns text values as it is and converts non-text values to text.
ARRAYTOTEXT (array, format)
This function has the following arguments:
Argument | Description |
---|---|
array | [Required] The array 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 return a text value, whereas the strict format returns an array of the same size and shape as the input.
ARRAYTOTEXT(B2:B8)
ARRAYTOTEXT(D1:D5, 1)
This function is available in product version 14.1 or later.