Check out our new Apple Question and Answer site:

CONCATENATE

Description

The CONCATENATE function joins (concatenates) two or more strings of text.

Syntax

CONCATENATE(string1, string2, [string3, . . .])

  • string1: The string that becomes the first segment of the result. To include a string in the argument, place quotation marks around it.
  • string2: The string that becomes the second segment of the result.
  • string3: Additional strings to be appended to the first two.

Note: You can also use the & operator to concatenate strings.

Examples


CONCATENATE

Share and Enjoy:
  • del.icio.us
  • Reddit
  • StumbleUpon
  • Technorati
  • Digg
  • Facebook
  • HackerNews
  • Suggest to Techmeme via Twitter
  • Twitter

Comments on this entry are closed.