ReferenceFunctionsText Functions
CONCAT
Concatenates multiple values into one text string.
Summary
Concatenates multiple values into one text string.
Remarks
- Accepts one or more arguments.
- Blank values contribute an empty string.
- Numbers and booleans are coerced to text.
- Errors are propagated as soon as encountered.
Examples
Join text pieces
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
Q1-2026
Concatenate with blanks
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
AB
Related functions
FAQ
Do blank arguments add separators or characters?
No. CONCAT appends each value directly, and blanks contribute an empty string.
Runtime metadata
Category
Text
Signature
CONCAT(arg1…: Any)This function accepts a repeating argument pattern (min args: 1).
Arity
min 1, max variadic
Arguments
arg1Any · Scalar
Caps
PURE
Source