The CONCAT function combines text from multiple ranges and/or strings.Â
CONCAT replaces the CONCATENATE function. However, the CONCATENATE function will stay available for compatibility.
CONCAT(text1, [text2],…)
-
text1Â (required)Â Text item to be joined. A string, or array of strings, like a range of cells.
-
[text2, ...]Â (optional)Â Additional text items to join, up to 253 text arguments.
For example, =CONCAT("The"," ","sun"," ","came"," ","out"," ","today.") returns The sun came out today.
For more info, see CONCAT function.
Tip: Use the ampersand & to concatenate strings. ="Sun's"&" "&"out" displays Sun's out.Â
The CONCAT function combines text from multiple ranges and/or strings.Â
CONCAT replaces the CONCATENATE function. However, the CONCATENATE function will stay available for compatibility.
CONCAT(text1, [text2],…)
-
text1Â (required)Â Text item to be joined. A string, or array of strings, like a range of cells.
-
[text2, ...]Â (optional)Â Additional text items to join, up to 253 text arguments.
For example, =CONCAT("The"," ","sun"," ","came"," ","out"," ","today.") returns The sun came out today.
For more info, see CONCAT function.
Tip: Use the ampersand & to concatenate strings. ="Sun's"&" "&"out" displays Sun's out.Â
The CONCAT function combines text from multiple ranges and/or strings.Â
CONCAT replaces the CONCATENATE function. However, the CONCATENATE function will stay available for compatibility.
CONCAT(text1, [text2],…)
-
text1Â (required)Â Text item to be joined. A string, or array of strings, like a range of cells.
-
[text2, ...]Â (optional)Â Additional text items to join, up to 253 text arguments.
For example, =CONCAT("The"," ","sun"," ","came"," ","out"," ","today.") returns The sun came out today.
For more info, see CONCAT function.
Tip: Use the ampersand & to concatenate strings. ="Sun's"&" "&"out" displays Sun's out.Â