Combine Values from Multiple Cells into One Cell in Excel

Add to Favorites
Author: | Edits: don

There are two easy ways to combine values from multiple cells in Excel.

In order to do this, we need to do what is called "concatenate" values.

Method 1 - CONCATENATE Function

  1. Type =CONCATENATE( into the cell where you want the combined text to appear:
    b7cdf0ede69e27a6061f8d14001a99b5.jpg
  2. Select the first cell that you want to combine:
    6e819c48595c38bd535889f10701f1f5.jpg
  3. Type a comma and then select the next cell that you want to combine:
    688063cff653d5c5fe733ddbaa97ecdf.jpg
  4. Repeat step 3 until you have selected all of the cells:
    81d45265b3662170206527a28f904f33.jpg
  5. Type the closing parenthesis for the function and hit Enter and that's it!
    2b465bf4ea1710b57ac691fba57b7e79.jpg

Now all of the text is combined but it looks rather odd because there are no spaces between the text.

Add Spaces Between Combined Text

We follow the same steps as above except that, between each cell that we want to combine, we type this " " which is just a blank space.  It looks like this:

e60ec13e9e9ccdbab6cb583f8105d6b0.jpg

Which ends up looking like this:

8192fa2c36b860ccc038756380fdbc6b.jpg

Method 2 - Ampersand

You can combine cell values without having to use a function at all.

You simply use the ampersand character &

  1. Go to the cell where you want the combined text to appear and type an equals sign and select the first cell to combine:
    148948bef9a532809952f981557d2d3d.jpg
  2. Now type an ampersand and select the next cell:
    2d222307d11d4f6bbeaee19d46da7489.jpg
  3. Repeat this until all cells have been selected:
    b1d2a640fc44efa5f0a9aafa8a18378b.jpg
  4. Hit enter when you are done (there is no need for parenthesis here):
    18b3e0ccc1bec32c6ab196f72ff51543.jpg

Once again, there are no spaces between the text.

Add Spaces Between the Combined Text

We do it just like before in that we need to add spaces between the text using a space between two double quotation marks (you could also just add a space after the text in each cell that you want to combine).

1aac00173b79f43c86b1b949f940f68a.jpg

Here is the result:

4d0d77810201542a690bd066daa02d4b.jpg

Notes

This saves you a lot of time when you have a large set of data where you need a simple function to combine the data in each row. Using the methods above, you just create the formula or function once and copy it down the entire column of data.

Don't forget to download the accompanying spreadsheet so you can see this feature in action.


Excel Function: CONCATENATE()
Downloadable Files: Excel File

Question? Ask it in our Excel Forum


Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons 50+ Hours of Instruction 200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Similar Content on TeachExcel
Combine Data from Multiple Worksheets in Excel
Tutorial: The easiest way to combine and consolidate data in Excel. Simple method to combine data ...
Sum Values from Every X Number of Rows in Excel
Tutorial: Add values from every x number of rows in Excel. For instance, add together every other va...
Guide to Combine and Consolidate Data in Excel
Tutorial: Guide to combining and consolidating data in Excel. This includes consolidating data from ...
Simple Excel Function to Combine Values in All Versions of Excel - UDF
: Excel function that combines values from multiple cells or inputs using a delimiter - work...
Quickly Combine a List of Values and Put a Delimiter Between Each Value in Excel
Tutorial: How to combine a list of data into one cell while putting a delimiter between each piece ...
Combine Multiple Workbooks into One
Macro: This macro for Microsoft Excel allows you to combine multiple workbooks and worksheets int...
Tutorial Details
Excel Function: CONCATENATE()
Downloadable Files: Excel File
Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course