
CONCAT function - Microsoft Support
The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide delimiter or IgnoreEmpty arguments. CONCAT replaces the CONCATENATE function. However, the …
Combine text from two or more cells into one cell in Microsoft Excel
You can combine data from multiple cells into a single cell using the Ampersand symbol (&) or the CONCAT function. Select the cell where you want to put the combined data. Type = and select the …
CONCATENATE function - Microsoft Support
Important: In Excel 2016, Excel Mobile, and Excel for the web, this function has been replaced with the CONCAT function. Although the CONCATENATE function is still available for backward …
Combine text and numbers - Microsoft Support
When you do combine numbers and text in a cell, the numbers become text and no longer function as numeric values. This means that you can no longer perform any math operations on them. To …
Merge and unmerge cells in Excel - Microsoft Support
After merging cells, you can split a merged cell into separate cells again. If you don't remember where you have merged cells, you can use the Find command to locate merged cells quickly. Merging …
TEXTJOIN function - Microsoft Support
The TEXTJOIN function combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this …
VBA macro to concatenate columns of data in Excel
In Microsoft Excel, you can use a macro to concatenate the data in two adjacent columns and to display the result in the column to the right of the columns that contain your data. This article contains a …
Combine text and numbers - Microsoft Support
When you do combine numbers and text in a cell, the numbers become text and no longer function as numeric values. This means that you can no longer perform any math operations on them. To …
Combine first and last names - Microsoft Support
Let's say you want to create a single Full Name column by combining two other columns, First Name and Last Name. To combine first and last names, use the CONCATENATE function or the …
Merge or split cells in a table - Microsoft Support
Merge two or more cells in the same row or column, or split cells in a table.
How to correct a #VALUE! error in the CONCATENATE function
Important: In newer versions of Excel, Excel Mobile, and Excel for the web, CONCATENATE has been superseded by the CONCAT function. Although CONCATENATE is still available for backward …