&

Merge two strings.

Parameter List

Syntax
&(string1string2)
string1

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

string2

The second string. For example: "awesome".

More details

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

Examples

&(A1, B1) returns "Superman"Example 1