How do I get rid of new lines?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an excel spreadsheet that has a column where the text has been entered
in multiple lines. I need to convert this spreadsheet to a .dbf or an excel
document. Whenever I try, I lose the data after the first line. Any ideas on
how to keep all of the multi-line data? Thanks.

Melanie
 
To clarify, your excel document has "carriage returns" (multiple lines of
data) within a single excel cell?
Excel's CLEAN function should strip out the carriage returns and leave you
with a single, long line of text. Syntax is simple =CLEAN(A1) takes out the
carriage returns in cell A1, along with any other non-printable characters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top