Enable JavaScript in the browser to display LibreOfficeDev Help pages.

ushKB‖

DXcLh‖CONCAT

jUBjE‖Concatenates one or more strings

JPUiF‖CONCAT is an enhancement of CONCATENATE, as CONCAT also accepts ranges as arguments, like B2:E5, K:K or K:M.

Gjz3x‖When ranges are used, the cells are traversed row by row (from top to bottom) to concatenate.

ebLBc‖Syntax

fJEF4‖CONCAT( String 1 [; String 2 [; … [; String 255]]] )

BB6Tk‖String 1; String 2; … ; String 255 are strings, references to cells or to cell ranges of strings.

GAZG2‖Examples

aTwgH‖=CONCAT("Hello ", A1:C3) concatenates the string "Hello" with all strings in range A1:C3.

XAFa7‖Technical information

tip

DJsbg‖This function is available since LibreOfficeDev 5.2.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.CONCAT