T
TCEBob
1. It's a puzzlement: I entered the function
=CONCATENATE(H1," ",H2)
and that's exactly what I got in the cell -- the literal function, including
"=".
The cell is formatted General.
Moreover, if I insert a mistake:
=CONCATENATE (H1," ",H2)
^space
The syntax checker pops up and when I allow it to fix the function
The newly fixed function is identical to the original one. And it works!
This seems to be true of all functions, not just strings. I tried =Sum(1,2)
with the same outcome
2. (Easier I hope) I wish the above concatenation to include line feeds for use
in word-wrap cells. Alt-Enter does it manually. Is there a symbol ("/n" maybe)
or can I type in the cr+lf ascii codes?
rs
=CONCATENATE(H1," ",H2)
and that's exactly what I got in the cell -- the literal function, including
"=".
The cell is formatted General.
Moreover, if I insert a mistake:
=CONCATENATE (H1," ",H2)
^space
The syntax checker pops up and when I allow it to fix the function
The newly fixed function is identical to the original one. And it works!
This seems to be true of all functions, not just strings. I tried =Sum(1,2)
with the same outcome
2. (Easier I hope) I wish the above concatenation to include line feeds for use
in word-wrap cells. Alt-Enter does it manually. Is there a symbol ("/n" maybe)
or can I type in the cr+lf ascii codes?
rs