Combines several given text strings into one string.
Syntax
Remarks
You can use the ampersand symbol (&) instead of the function as well.
Examples
Formula | Result |
=CONCATENATE("Zoho";" ";"Sheet") | Zoho Sheet |
=CONCATENATE(A2;" ";A3) | Carla Reynolds |
=CONCATENATE(A4;"Miles per Litre") | 12Miles per Litre |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions