Join Text
Combine text from different cells into one.
Inputs
text1The first item to join.text2Additional items to join.
Practical Example
=CONCAT("Hello", " ", "World")
CONCAT(text1, [text2], ...)
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.
Combine text from different cells into one.
text1
The first item to join.text2
Additional items to join.Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.