how can i add charecter rows in cells
Do you really expect that you can get a detailed answer to such a detailed question? Okay, here’s the answer: Very simple - use the keyboard or copy and paste commands.
use your hands for use your keyboard as said John.
Please ask your question more detail
To start add a new line row in a cell, press Ctrl+Enter
.
In a formula, you can use CHAR(10), e.g. ="Line1"&CHAR(10)&"Line2"
.
1 Like