identify little squares for Alt Enter

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

Guest

I'm pulling bulleted text from a PowerPoint into an Excel table. My text
comes in fine but need to remove the small little squares after each line and
allow the next line to move down. Can anyone get me started on this?
 
If you want the cell's text to wrap, just select your range and

Format|cells|alignment tab|check wrap text.

The square will disappear and you'll see the text wrapping.
 
Sometimes you may see two squares (a line feed and a carriage return) in
which case you will need to use this formula to do what you asked:

=SUBSTITUTE(A1, CHAR(13) & CHAR(10), CHAR(10))
 

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