Skip to main content
Version: Streamsheets 2.5

CONCAT

Turns values of specified cells or cell-ranges into a string.

Syntax

=CONCAT(Value1, [Value2, ...])

Arguments

NameDescription
Value1First string to concatenate
Value2, ... (optional)Additional strings to concatenate.

Return

Concatenated string value.

Examples

FormulaResultComment
=CONCAT("My ", "home is my", " castle")
My home is my castle.