CONCATENATE
joins several text strings into one · from excel · excel: not yet compared · sheets: not yet compared
signature
CONCATENATE(text…)
returns: text
| argument | required |
|---|---|
| text… | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=CONCATENATE("deep", "calc") deepcalc