How to Combine Three Columns Into One in Excel

It’s often a good idea to separate as much information as possible in Microsoft Excel.

Depending on what you are going to be using that data for, it’s very possible that you will need to sort data by only one string of information, and having it split into different cells makes that much easier to accomplish.

But you can also run into situations where you need to combine your data, which you can accomplish with a very useful Excel formula called “Concatenate.” Our tutorial below will tell you more about this process.

How to Combine Three Columns in Excel 2013

  1. Open your spreadsheet.
  2. Select the cell where you want to display the combined data.
  3. Type =CONCATENATE(AA, BB, CC) but insert your cell locations. Press Enter when done.
  4. Adjust the formula to include any needed spaces or punctuation.
  5. Copy and paste the formula in the rest of the cells where you wish to combine data.

Our article continues below with additional information and pictures of these steps.

Deal of the Day

Sale
Apple AirPods (2nd Generation) Wireless Ear Buds, Bluetooth Headphones with Lightning Charging Case Included, Over 24 Hours of Battery Life, Effortless Setup for iPhone
611,419 Reviews
Apple AirPods (2nd Generation) Wireless Ear Buds, Bluetooth Headphones with Lightning Charging Case Included, Over 24 Hours of Battery Life, Effortless Setup for iPhone
  • HIGH-QUALITY SOUND — Powered by the Apple H1 headphone chip, AirPods (2nd generation) deliver rich, vivid sound.
  • EFFORTLESS SETUP — After a simple one-tap setup, AirPods are automatically on and always connected. They sense when they’re in your ears and pause when you take them out. And sound seamlessly switches between your iPhone, Apple Watch, Mac, iPad, and Apple TV.

Last update on 2024-04-18 / Affiliate links / Images from Amazon Product Advertising API | As an Amazon Associate, I earn from qualifying purchases.

Need to combine some cells in Microsoft Word? Check out our tutorial on how to merge table cells in Word.

Excel 2013 makes it possible for you to automatically generate and combine data that you have already entered into your spreadsheet. One way that you can do this is the CONCATENATE formula, which allows you to combine three columns into one in Excel.

This is a powerful Excel tool to know, as it can help to eliminate a lot of wasted time. Once you have familiarized yourself with the formula and can use it to combine multiple cells into one, you can really expedite and eliminate a lot of tedious data entry that might have been taking up a lot of your time.

Our guide below is going to walk you through setting up and customizing the CONCATENATE formula so that you can combine multiple columns into one in Excel.

You may also be interested in our how to expand all columns in Excel tutorial if you find that you have information that is overlapping other cells.

How to Merge Three Columns Into One in Excel (Guide with Pictures)

The steps below were performed in Excel 2013, but will also work for other versions of Excel.

Note that we will show you how to do the basic formula that combines data from multiple cells, then we will show you how to modify it to include things like spaces and commas.

This specific example will combine a city, state, and zip code into one cell.

These steps will show you how to combine three columns in Excel spreadsheets.

Step 1: Open your spreadsheet in Excel 2013.

Open the file with the columns to combine.

Step 2: Click inside the cell where you want to display the combined data.

select the cell for the output data

Select the cell where you want the combined cells.

Step 3: Type =CONCATENATE(AA, BB, CC) but replace the AA with the cell location from the first column, BB with the cell location from the second column, and CC with the cell location from the third column. Press Enter to complete the formula.

enter the formula to merge three cells into one in Excel

Type the formula, then press Enter.

At this point your data might just be one long string of text, which isn’t useful in certain situations.

We can fix this by including some additional parts in the CONCATENATE formula.

I am going to modify the formula for the data above so that I get a result that looks like Phoenix, AZ 85001 instead of PhoenixAZ85001.

Step 4: Modify the formula with any required spaces or punctuation. Our formula in this tutorial will now be =CONCATENATE(A2, “, “, B2, ” “, C2).

modify the formula to include spaces and commas

Edit the formula as needed.

Note that there is a space after the comma in the first set of quotation marks, and a space between the second set of quotation marks.

Step 5: Apply this formula to the rest of the cells in this column by clicking the handle at the bottom-right corner of the cell, then dragging it down to select the rest of the cells.

how to combine three columns into one in Excel 2013

Apply the formula to any other cells where you wish to combine column data.

Now that you know how to combine three columns in Excel you will be able to fix a lot of issues that you might have previously needed to fix with a lot of retyping.

Our Microsoft Excel add column tutorial can show you ways to add values in multiple cells of a column very quickly.

Additional Notes

  • The cells do not have to be in this order. You could modify the formula to be =CONCATENATE(CC, AA, BB) or any other variation.
  • Updating the data in one of the original, uncombined cells will cause that data to update automatically in the combined cell.
  • If you need to copy and paste this combined data into another spreadsheet or a different worksheet, you might want to use the “Paste as text” option, otherwise the data might change if you adjust it after pasting.
  • The method isn’t limited to just two or three columns. You can modify the formula as needed to include a very large amount of data or columns, depending on what you need to do.

Learn about using the VLOOKUP formula in Excel for some helpful ways to search for data and include it in cells more efficiently.

Frequently Asked Questions About How to Combine Multiple Columns in an Excel Spreadsheet

What is the CONCAT function that lets me combine multiple Excel columns?

When someone makes reference to the concatenate function as a way to merge columns, they are talking about a formula in Excel that will let you combine data from two or more columns into one column.

You would click inside a cell in the target “combined column” where you wish to merge data.

You can then type the array formula =CONCATENATE(AA, BB), but replace the placeholder single cell references with all the cells that you want to combine in the destination column.

This will then display a string of data in the merged column that includes all of the content from those cells.

Can I combine more than three columns in Excel with the combine cells formula?

Yes, you are able to modify the formula to include multiple cells from different columns.

For example, I could combine the first row of cells from column a to column e with the following formula –

=CONCATENATE(A1, B1, C1, D1, E1)

This is a pretty versatile formula and you can use it to show a lot of data from different cells in a single column.

Can I combine cells from different worksheets in my Excel workbook?

Yes, when you are entering the function into the formula bar you can include other important data from different worksheet tabs as part of the formula.

You would just need to modify the cell reference to include the worksheet name.

For example, if I wanted to combine cell A1 in my current worksheet and cell A2 from a worksheet titled “Sheet2” then the formula would be:

=CONCATENATE(A1, ‘Sheet2’!A2)

Join Our Free Newsletter

Featured guides and deals

You may opt out at any time. Read our Privacy Policy