Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the ARRAYTOTEXT function. |
| [format] | (Optional.) Parameter of the ARRAYTOTEXT function. |
Examples
Summarize a range
=ARRAYTOTEXT(A1:C1)
Strict format
=ARRAYTOTEXT(A1:B2, 1)
Debug dynamic array
=ARRAYTOTEXT(FILTER(A1:A10, B1:B10>50))
Common Errors
Occurs if the format argument is not 0 (concise) or 1 (strict).
Tips
Format 0 (default): comma-separated values. Format 1: braces, semicolons for row breaks, quoted strings — mirrors array constant syntax.
Wrap any array formula in ARRAYTOTEXT to see all returned values in one cell without spilling. Great for troubleshooting FILTER, SORT, or UNIQUE results.
ARRAYTOTEXT converts arrays to text. If you need the reverse — text to array — look at TEXTSPLIT (where available).
Try ARRAYTOTEXT in Viztab
Import your data and use ARRAYTOTEXT with 370+ other formulas. No signup required.
Open Viztab