

=" Lionel" &" " &" Messi" //would result in Lionel Messi Difference between CONCATENATE, CONCAT and & OperatorĪll three concatenation methods discussed above produce similar results, but then what are the differences between these three? The syntax of using the concatenation operator (&) in Excel is as follows: Let's recreate the example used above again, but this time with & operator in Excel.Īs seen in the screenshot above, the results, in this case, are the same as the CONCATENATE function, but the syntax is different. But if you are planning to use this method for concatenating several strings, then it can be quite inconvenient as it doesn’t give you the ease of CONCATENATE Function.

Everything that the CONCATENATE function can do, the ampersand (&) can do just as well.Īctually, this method can come in very handy when you have to join only a few strings. With the use of & operator, we can join two strings in excel. We already discussed two of the concatenation functions above however there is yet another easy way to concatenate cells in excel. = CONCAT(" Lionel"," "," Messi") //would result in Lionel Messi Concatenation Operator in Excel (& Operator) = CONCATENATE(" Lionel"," "," Messi") //would result in Lionel Messi The syntax of the CONCAT function is as follows: Let’s first try to see the syntaxes of both these functions and then we will see some examples: CONCAT Function

CONCAT is a relatively new function that has replaced the older CONCATENATE function from Excel 2019 onwards.Īlthough, the CONCATENATE function has been made obsolete however it still exists in Excel 2019 and Office 365 for backward compatibility. On the other hand, concatenation takes data from the selected cells and combines it in a separate cell (where concatenation functions or concatenation operators are used).ĬONCAT and CONCATENATE functions In ExcelĬONCAT and CONCATENATE are the two functions available in excel for concatenation. Lionel) in the merged cell and the Last name value was discarded. All the other cell values are discarded.Īs you can see above, by merging the First name and Last Name cells we are only left with the First name value (i.e. Let’s understand this with an example, as you may see in the screenshot, merging cells will combine the cells by only retaining the left-most value in the merged cell. Merging joins two or more cells to form a new, bigger cell, but the merged cell data would only be the left-most cell's data. Merging cells does not mean combining data, it means combining cells. How Concatenation Differs from Merging CellsĪlthough both the operations (concatenating cells and merging cells) look somewhat similar, yet the results they yield are very different. In this post, we are going to have a look at all those functions and operators and try to understand them.īut before going ahead, let’s try to understand the difference between concatenation and merging. So to generate data for the ‘full name’ column, we can make use of a string concatenation function such as CONCATENATE to combine ‘First name’ and the ‘Last name’ and show that result in the ‘Full Name’ column.īesides the obvious CONCATENATE function, there are a few other inbuilt functions and operators that Excel provides to concatenate data. Now let’s say, we want to have another column ‘Full Name’. Let’s try to understand concatenation with a simple example.Īs seen in the screenshot above, we have a spreadsheet with ‘First name’ and ‘Last name’ columns.
SPLIT CONCAT HOW TO
How to Split or Un-Concatenate Columns in ExcelĬoncatenation in Excel means combining data from multiple columns into a single column.How to Use TEXTJOIN function with Excel 2016 or Lower Versions.How to Concatenate a Cell Range With Or Without Delimiters.Concatenating Multiple Columns with Delimiter Using the TEXTJOIN function.Concatenating Multiple Columns with Delimiter Using the CONCAT function.Concatenating Multiple Columns with Delimiter Using the Concatenation Operator "&".Concatenating Multiple Columns with Delimiter Using the CONCATENATE function.How to Concatenate Two or More Columns With Or Without Delimiters.Concatenation in Excel using the TEXTJOIN function.Difference between CONCATENATE, CONCAT and & Operator.Concatenation Operator in Excel (& Operator).CONCAT and CONCATENATE functions In Excel.How Concatenation Differs from Merging Cells.
