What is the character code for new line break in excel

I tried char(10) and char(13) but they don`t work by me. I use Excel 2007 and my task is to replace new lines with intervals

12

2 Answers

Use CHAR(10) and Turn on Wrap Text option. It should work.

3

Try using the [Alt] + [Enter] key. This will create a new line feed in the cell.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like