CONCATENATE

Combines several text strings into one string.

Sintaxe

CONCATENATE(Texto 1[; Texto 2 [; … [; Texto 255]]])

String 1[; String 2][; … ;[String 255]] are strings or references to cells containing strings.

Exemplo

=CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe.