CONCATENATE
Learn how to join multiple text strings into one single combined text value.
Syntax
concatenate(string1, string2, ..)Arguments
Example
CONCATENATE(
"Today's profit is ", "6000"
)
// Returns 'Today's profit is 6000'
Excel equivalent
Last updated
Was this helpful?