How To Use Concatenate Function?
Syntax: CONCATENATE(text1, [text2],) For example: =CONCATENATE(“Stream population for “, A2, ” “, A3, ” is “, A4, “/mile.”) =CONCATENATE(B2, ” “,C2) CONCATENATE function. Argument name Description text1 (required) The first item to join. The item can be a text value, number, or cell reference. What is an example of concatenation? The concatenation of two or […]