i want to mix multiple paragraphs into one paragraph in a cell. the final output should be one article or paragraph in a cell

geetethan

New Member
Joined
May 19, 2016
Messages
8
hey sir i need your help i want to mix multiple paragraphs into one paragraph in a cell. the final output should be one article or paragraph in a cell. for example :


ABC
a
b
c
abc
d
e
f
def

<tbody>
</tbody>

i guess you understood the thing i want to remove all my carriage returns or enters in A column and final output is in B column and the enters or carriage returns count are different

Thank you if you helped me ...
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
With
A1: containing text including carriage returns.

This formula removes the carriage returns:
Code:
B1: =SUBSTITUTE(A1,CHAR(10),"")

Is that something you can work with?
 
Upvote 0
With
A1: containing text including carriage returns.

This formula removes the carriage returns:
Code:
B1: =SUBSTITUTE(A1,CHAR(10),"")





Is that something you can work with?






thank you so much you saved my life time....))) i am new to excel....once again thanks
 
Upvote 0

Forum statistics

Threads
1,214,625
Messages
6,120,598
Members
448,973
Latest member
ksonnia

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