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

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
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,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

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