CONCAT

Concatenates one or more strings

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

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

tip

This function is available since LibreOfficeDev 5.2


แžœแžถแž€แŸ’แž™โ€‹แžŸแž˜แŸ’แž–แž“แŸ’แž’โ€‹โ€‹

CONCAT( string1[, string2][, โ€ฆ] )

string1[, string2][, โ€ฆ] are strings or references to cells or ranges that contains strings to concatenate.

แžงแž‘แžถแž แžšแžŽแŸ

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