+ Reply to Thread
Results 1 to 4 of 4

Formula to remove carriage returns

Hybrid View

erikpaulsen Formula to remove carriage... 06-08-2015, 02:47 AM
Glenn Kennedy Re: Formula to remove... 06-08-2015, 03:23 AM
erikpaulsen Re: Formula to remove... 06-09-2015, 08:07 PM
Glenn Kennedy Re: Formula to remove... 06-10-2015, 01:40 AM
  1. #1
    Registered User
    Join Date
    06-02-2015
    Location
    Cali
    MS-Off Ver
    2010
    Posts
    27

    Formula to remove carriage returns

    Is there any handy formulas out there to remove any carriage returns/escapes within a cell. Im sure there are many, which ones do you guys use? Thanks!

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Formula to remove carriage returns

    Do you mean the paragraph break caused by ALT-ENTER? If so, use this to replace with nothing


    =SUBSTITUTE(A1,CHAR(10),"") or this to replace it with a space: =SUBSTITUTE(A1,CHAR(10)," ")

    If this is not what you wanted, please post an Excel sheet showing wat you need. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    06-02-2015
    Location
    Cali
    MS-Off Ver
    2010
    Posts
    27

    Re: Formula to remove carriage returns

    Worked perfectly! Thanks man!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Formula to remove carriage returns

    Yo're welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Remove Carriage Returns From Target Cell
    By JoJo in forum Excel General
    Replies: 1
    Last Post: 03-22-2007, 05:23 PM
  2. Can you use the Replace function to remove carriage returns?
    By iterature in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-12-2007, 08:45 AM
  3. [SOLVED] How do you programically remove carriage returns within a cell
    By Lee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-20-2005, 04:05 PM
  4. [SOLVED] how do I remove Carriage Returns from a column in a spreadsheet?
    By Doug R in forum Excel General
    Replies: 1
    Last Post: 06-29-2005, 04:05 PM
  5. [SOLVED] How do I automatically remove carriage returns in Excel?
    By Mike O. in forum Excel General
    Replies: 4
    Last Post: 02-18-2005, 08:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1