How to Concatenate Data in MS Excel

 Adding the Concat Function

Go into the cell where you would like to join cells and type "=concat(", then type in the cell location of the first cell in the series. Each location needs to be separated by a comma. Continue typing in the other locations in the series separated by commas in the order that you would like the information to appear.

Add Function

Notice below that all of the data is pushed together. You can edit the spacing inbetween each text string by adding two quotes and another comma with whatever data or spacing that you want within the quotes.

Correct Spacing

If I only want to place a period after Mr then this is what the formula would look like without the outer quotes "=CONCAT(C2,".",B2,A2,D2)". I'd really like to add two spaces between each word so I'll add two spaces after the comma, then add two more sets of quotes with two spaces between the next text strings. See text and screen shot examples below:
=CONCAT(C2,". ",B2," ",A2," "D2)

Spacing Added



 

 

loading...

No comments:

Powered by Blogger.