Select the product you need help with
How to combine cells of information in ExcelArticle ID: 280388 - View products that this article applies to. This article was previously published under Q280388 On This PageSUMMARY
In Microsoft Excel, it is possible to combine, or concatenate, different cells of data into one cell. This article contains two examples.
MORE INFORMATIONSimple ConcatenationThe following formula combines data from cells A1, B1 and C1. Write this formula into another column, such as column D1:
=A1&B1&C1
Add Spaces Between Each ColumnThe following formula combines data from cells A1, B1 and C1 and adds spaces between each set of data. Write this formula into another column, such as column D1:
=A1&" "&B1&" "&C1
REFERENCES
For more information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
113237
(http://support.microsoft.com/kb/113237/
)
Visual Basic macro to concatenate columns of data
290359
(http://support.microsoft.com/kb/290359/
)
How to remove leading space for values converted to strings
154873
(http://support.microsoft.com/kb/154873/
)
Error when you concatenate string and numeric values
PropertiesArticle ID: 280388 - Last Review: September 18, 2011 - Revision: 6.0 APPLIES TO
| Article Translations
|


Back to the top








