← All functions

ARRAYTOTEXT

Unsupported (not recognized)

Category: Text · Last tested 2026-07-04

Support matrix

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets No Not yet n/a
LibreOffice Calc No Yes (24.2.7.2, 2026-07-04) Unsupported (not recognized)

Discovered quirks

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=ARRAYTOTEXT({1,2,3}) Default (concise) format joins elements with comma+space #NAME? 1, 2, 3 Mismatch
=ARRAYTOTEXT({1,2,3},1) format=1 (strict) reproduces array-literal syntax with braces #NAME? {1,2,3} Mismatch
=ARRAYTOTEXT({1,2;3,4}) 2-D array literal, default format #NAME? 1, 2, 3, 4 Mismatch
=ARRAYTOTEXT({"a","b"},1) Strict format quotes text elements #NAME? {"a","b"} Mismatch

Docs & syntax