LibreOffice 24.8 帮助
连接一或多个字符串
CONCAT 是 CONCATENATE 函数的增强版,它支持接收范围作为参数,如 B2:E5, K:K 或 K:M。
使用区域时, 单元格会逐行 (从上到下) 遍历并连接。
CONCAT( String 1 [; String 2 [; … [; String 255]]] )
String 1, String 2, … , String 255 are strings, references to cells or to cell ranges of strings.
=CONCAT("Hello ", A1:C3) 将字符串 "hello" 与 A1:C3 范围内的所有字符串连接在一起。
This function is available since LibreOffice 5.2.
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
相关主题
CONCAT wiki page.
TEXTJOIN
CONCATENATE
请支持我们!