Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Email this linkEmail this link Printer-Friendly VersionPrinter-Friendly Version Bookmark and ShareShare
CONCATENATE function
 

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)
© 2009 Microsoft Corporation. All rights reserved.