CONCAT

Concatenate two strings.

Parameter List

Syntax
CONCAT(string1string2)
string1

The first string. For example: "Spreadsheets are".

string2

The second string. For example: " awesome!".

More details

The CONCAT() function is the same as the & operator.

Examples

CONCAT("Super", "taco") returns "Supertaco"