CONCATENATE Function – Google Sheets

The CONCATENATE function in Google Sheets combines text strings. Syntax =CONCATENATE(string1, [string2, …]) Similar Functions CONCAT – Join two text strings JOIN – Concatenate parts of an array with a delimiter Examples Here are three examples of how to use this function: Example 1 – Two Text Strings =CONCATENATE(“Hello, “, “world!”) This formula will combine … Read more