Applies ToSharePoint Server 訂閱版本 SharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 SharePoint Server 2013 企業版 Microsoft 365 中的 SharePoint SharePoint Foundation 2010 SharePoint Server 2010 Microsoft 365 小型企業版中的 SharePoint Windows SharePoint Services 3.0

Joins several text strings into one text string.

Syntax

CONCATENATE(text1,text2,...)

Text1, text2,...     are 1 to 30 text items to be joined into a single text item. The text items can be text strings, numbers, or column references.

Remark

The "&" operator can be used instead of CONCATENATE to join text items.

Example

Col1

Col2

Col3

Formula

Description

brook trout

species

32

=CONCATENATE("Stream population for ",[Col1]," ",[Col2]," is ",[Col3],"/mile")

Concatenates a sentence from the data (Stream population for brook trout species is 32/mile)

需要更多協助嗎?

想要其他選項嗎?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.