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

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
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,215,348
Messages
6,124,423
Members
449,157
Latest member
mytux

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