One guess for Q1 .. not really sure
Click Tools > Options > View tab
Is "Formulas" checked?
If so, uncheck it > OK
Another way to toggle formula view:
Press Ctrl + ~ (tilde key, just above tab key)
(perhaps you might have accidentally hit the above combo? <g>)
> 2. (Easier I hope) I wish the above concatenation to include line feeds
for use
> in word-wrap cells. Alt-Enter does it manually.
"the above concat" is: =CONCATENATE(H1," ",H2)
Try in say, G1: =H1&CHAR(10)&H2
Format G1 with "wrap text"
If H1 contains "text1" and H2 contains "Text2"
then in G1 will appear:
Text1
Text2
Note: You can use "&" (much shorter to key in) to concatenate instead
--
Rgds
Max
xl 97
--
Please respond, in newsgroup
xdemechanik <at>yahoo<dot>com
---
"TCEBob" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.754 / Virus Database: 504 - Release Date: 9/6/2004
>
>