How to concatenate and stack the result into one cell with a formula

atf32

Board Regular
Joined
Apr 13, 2011
Messages
157
Looking for a formula to concatenate a few items. However I want to stack the result in the same cell. I can do it manually, but want to do this with a formula.

Note: data can be anything
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Re: How to concatinate and stack the result into one cell with a formula

Something like

Excel 2013/2016
ABCD
1North YorkshireHambletonBagby & ThorntonsNorth Yorkshire Hambleton Bagby & Thorntons
Color
Cell Formulas
RangeFormula
D1=A1&CHAR(10)&B1&CHAR(10)&C1
 
Upvote 0
Re: How to concatinate and stack the result into one cell with a formula

Once again Fluff, you have the answers...... Thanks for the quick response.
 
Upvote 0
Re: How to concatinate and stack the result into one cell with a formula

I want to add to this..... I'm curious. Is is possible to Bold only the first string and italicize only the last one?
 
Upvote 0
Re: How to concatinate and stack the result into one cell with a formula

Nope.
In order to do something like that you would need to remove the formula from the cell & replace it with the value.
 
Upvote 0
Re: How to concatinate and stack the result into one cell with a formula

Thank you
 
Upvote 0
Re: How to concatinate and stack the result into one cell with a formula

You're welcome
 
Upvote 0

Forum statistics

Threads
1,215,621
Messages
6,125,884
Members
449,268
Latest member
sGraham24

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