I would like to import product descriptions that need to be logically broken according by things like description, dimensions, finishes etc. How can I insert a line break s
On Excel for Mac 2011, the newline had to be a \r instead of an \n
\r
\n
So
"\"first line\rsecond line\""
would show up as a cell with 2 lines