Numbers 101: Join Columns With Concatenation

by Michael on December 20, 2008

Join Columuns Spreadsheet

Joining columns or cells in a spreadsheet is something that experienced users do all the time, but may be challenging for a new user.

Have no fear, joining cells or columns is simple to do using the CONCATENATE function in Numbers.

There are two ways to use the CONCATENATE function:

First you can type =CONCATENATE(A1,A2,…)

Where A1, A2, … are the cells you wish to join.

The second method – the one I prefer – is to use the ampersand (&) as a shortcut. In this case, you would use a formula such as =A1&A2 to join the contents of cell A1 and A2 into one cell.

Experienced users will immediately notice a problem with that example: there will be no space between the joined cells. This may, in fact, be exactly what you are looking for. But, if you are trying to join names, you would want a space between the joined cells.

No problem. Simply concatenate a space between the cells by using a formula like: =A1&” “&B1. This will give you the necessary space between the joined elements. You can see this exact technique in the screenshot above.

FYI:Â The CONCATENATE function uses the same format on Excel as Numbers.

For more information: Numbers Function Reference: CONCATENATE

{ 3 comments… read them below or add one }

HomerNet December 20, 2008 at 12:07 pm

Thank you SO much for this! I’ve been tearing my hair out trying to get the results of this formula without knowing this formula. This will make certain spreadsheets I need to create daily so much more powerful!

Chris July 13, 2009 at 11:12 pm

You have to do this for each row, in each “C” cell?

Michael October 17, 2009 at 3:29 pm

Chris.

You do, but you can just copy the formula down and Numbers will adjust the cell references automatically.

- Michael

Leave a Comment

Previous post:

Next post: