Concatenate question

goodmachine

Board Regular
Joined
Oct 7, 2009
Messages
70
Hello,

I would like to concatenate data in Column C (see below) into a single string of text. So, for the data below, I want to read like the following:

SHARE:6037138400,SHARE:5500360000,SHARE:6590192700,SHARE:6590180400,SHARE:6037119700,

I have over 300 values in the column, so I don't want to have enter each cell manually into the formula. I can tell the formula to concatenate all the values from the column?


SHARE:6037138400,
SHARE:5500360000,
SHARE:6590192700,
SHARE:6590180400,
SHARE:6037119700,
SHARE:5500502700,

<colgroup><col></colgroup><tbody>
</tbody>

Thank you,
goodmachin
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
One way:
In an empty column (assume D), in cell D3 enter =C2&C3
In d4 =D3&C4
Drag this formula down to the end of your data
 
Upvote 0

Forum statistics

Threads
1,217,412
Messages
6,136,471
Members
450,015
Latest member
excel_beta_345User

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top