Insert paragraph using formula

ajith

Board Regular
Joined
Nov 21, 2012
Messages
215
Office Version
  1. 2016
Platform
  1. Windows
Hello,
Is there any method to start a new paragraph for a long text which uses "Concatenate" within a cell.

eg. =Concatenate("aaaaaaaaaaaaaaaaaaaaaaaaaaa ","bbbbbbbbbbbbbbbbbbbbbbbbbbb")

I would like to get the 2nd text ie "bbbbb..." as the next paragraph within the same cell. So finally it should be
aaaaaaaaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbbbbbbbb
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
maybe this?
="aaa"&CHAR(10)&"bbb"
you will need to set "Wrap Text" and adjust column widths
 
Upvote 0
Thank you very much.

where can i get the full list of excel CHAR( )
 
Upvote 0
I put =ROWS($1:32) in cell A1 and =CHAR(A1) in cell B1 and drag down. It makes its own chart.

For 10 thru 31, you might want the secondary formula to be ="x"&CHAR(A1)&"x"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,714
Messages
6,174,052
Members
452,542
Latest member
Bricklin

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