ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I remove carriage returns from a cell (https://www.excelbanter.com/excel-worksheet-functions/209473-how-do-i-remove-carriage-returns-cell.html)

BELINDA

How do I remove carriage returns from a cell
 
I have a program that when the information is put into an excel 2003 format
it appears as below all in 1 cell. I need to be able to have it all on 1
line to be able to do a text to columns to get just the information I need.

"FED WIRE OUT ORIGINATOR:
INC AC/ BENEFICIARY:
RECVBNK: ABA: RFB:200807
OBI: TRANSFER
ACCOUNT TRN:
FED REF/TIME: DATE:08-01-08 POST TIME:09:26:03"


Teethless mama

How do I remove carriage returns from a cell
 
=SUBSTITUTE(A3,CHAR(10)," ")

Copy Paste Special Value
Text to Columns


"Belinda" wrote:

I have a program that when the information is put into an excel 2003 format
it appears as below all in 1 cell. I need to be able to have it all on 1
line to be able to do a text to columns to get just the information I need.

"FED WIRE OUT ORIGINATOR:
INC AC/ BENEFICIARY:
RECVBNK: ABA: RFB:200807
OBI: TRANSFER
ACCOUNT TRN:
FED REF/TIME: DATE:08-01-08 POST TIME:09:26:03"


Dave Peterson

How do I remove carriage returns from a cell
 
You can use that alt-enter in the data|text to columns wizard.

Use the Other box and hit ctrl-j.
(It may not look like you entered anything, but try it.)

Belinda wrote:

I have a program that when the information is put into an excel 2003 format
it appears as below all in 1 cell. I need to be able to have it all on 1
line to be able to do a text to columns to get just the information I need.

"FED WIRE OUT ORIGINATOR:
INC AC/ BENEFICIARY:
RECVBNK: ABA: RFB:200807
OBI: TRANSFER
ACCOUNT TRN:
FED REF/TIME: DATE:08-01-08 POST TIME:09:26:03"


--

Dave Peterson

ShaneDevenshire

How do I remove carriage returns from a cell
 
Hi,

You also might try the

=CLEAN(A1)

function. This often strips carriage returns from text, depending on
exactly how they are created.


--
Thanks,
Shane Devenshire


"Belinda" wrote:

I have a program that when the information is put into an excel 2003 format
it appears as below all in 1 cell. I need to be able to have it all on 1
line to be able to do a text to columns to get just the information I need.

"FED WIRE OUT ORIGINATOR:
INC AC/ BENEFICIARY:
RECVBNK: ABA: RFB:200807
OBI: TRANSFER
ACCOUNT TRN:
FED REF/TIME: DATE:08-01-08 POST TIME:09:26:03"



All times are GMT +1. The time now is 11:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com