Deleting a hard return within a cell

Dlbrockel

New Member
Joined
Oct 17, 2002
Messages
3
Help! I'm entering text into a cell and accidentally hit Alt + enter... how do I delete that hard return? Thanks
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
On 2002-10-18 11:47, Dlbrockel wrote:
Unfortunately I'm a novice user of Excel, could you explain the formula please? :)

The formula substitutes "" for a "hard return" (that's, CHAR(10)), effectively removing it from the value in A1.
 
Upvote 0
If I already have text and it basically looks like this:

sadfl asdrkase asdfasd asdfsad. asdfasd asdfas.
asdraser asdfd asdfas

where would I put the formula (with my cell reference being A12?)
 
Upvote 0
On 2002-10-18 12:39, Dlbrockel wrote:
If I already have text and it basically looks like this:

sadfl asdrkase asdfasd asdfsad. asdfasd asdfas.
asdraser asdfd asdfas

where would I put the formula (with my cell reference being A12?)

In B12, for eaxample...

=SUBSTITUTE(A12,CHAR(10),"")
 
Upvote 0

Forum statistics

Threads
1,215,737
Messages
6,126,577
Members
449,318
Latest member
Son Raphon

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