Line break function?

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have the following function

="A"&"B"&"C"

which gives: ABC

Is there a way to insert line breaks so that instead of displaying
ABC, it will display:
A
B
C
 
="A" & CHAR(10) & "B" & Char(10) & "C"

Format to Wrap Text and Row>Autofit.


Gord Dibben MS Excel MVP
 

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