inserting a hard return with replace in a cell

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

Is there a way to insert a hard return or line break using the replace
function in a cell?
Thanks
brent
 
Use char(10) in your =replace() function.

(and remember to turn wraptext on)
 

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