Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, August 1, 2012
MS Excel: Concatenate strings
Excel > Operators>
Concatenate
To concatenate multiple strings into a single string in Excel, you can use the
"&"
operator to separate the string values.
string_1 & string_2 & string_n
‹
›
Home
View web version