Documentation/Calc Functions/CONCATENATE
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
CONCATENATE
Category:
Text
Summary:
Combines several text strings into one string.
Syntax:
CONCATENATE("Text1"; ...; "Text30")
Returns:
Arguments:
Text1; Text2; ... represent up to 30 text passages which are to be combined into one string.
Additional details:
Examples:
=CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe.