CONCATENATE function

Category: Text
Introduced: Excel 2003

Summary

Joins several text items into one text item

Syntax

CONCATENATE(text1, [text2], ...)

Example

=CONCATENATE("Stream population for ", A2, " ", A3, " is ", A4, "/mile.")
=CONCATENATE(B2, " ", C2)
=CONCATENATE(C2, ", ", B2)
=CONCATENATE(B3, " & ", C3)
=B3 & " & " & C3

Microsoft Support Page

https://support.microsoft.com/en-us/office/concatenate-function-8f8ae884-2ca8-4f7a-b093-75d702bea31d

Back to Functions