Excel Generators:
VLOOKUP
XLOOKUP
HLOOKUP
SEARCH
REPLACE
MATCH/INDEX
All Tools
IF Maker
SUMIFS
TEXT Maker
MATCH
XMATCH
FIND
DATEDIF
SWITCH
ARRAYTOTEXT
BYCOL
TRIMRANGE
GROUP BY
IFERROR
BINOM.DIST
STOCKHISTORY
Excel ARRAYTOTEXT Function Generator
Converts an array or range of values into a single text string
Array Input*
Enter either:
Cell range (e.g., A1:C2, D5:F8)
Array constant (e.g., 1,2,3;4,5,6)
Use semicolons (;) to separate rows in array constants.
Format Mode
Concise Mode (0)
Returns a simple text string with values separated by commas
Strict Mode (1)
Returns a structured text representation of the array
Generated Formula
Copy
Examples
Scenario
Input
Result
Cell Range
A1:B2
=ARRAYTOTEXT(A1:B2)
Array Constant
1,2;3,4
=ARRAYTOTEXT({1,2;3,4})
Strict Mode
1,2;3,4 with strict mode
=ARRAYTOTEXT({1,2;3,4}, 1)