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

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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

You're welcome
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

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