If I add {} around the body,
Code:
{=Round({Numwords},-2) \# "#,##0"} } words
or
Code:
{{=Round({Numwords},-2) \# "#,##0"}} } words
I get
Code:
Approximately words
Here is exactly what I see when I toggle field codes:
Code:
=Round({Numwords},-2) \# "#,##0" } words
Please show meexactly what I should see in my file.
(For reasons I do not understand, a gratuitous end-CODE, start-CODE pair are added each time I save this, right after the open brace, which results in really stupid-looking output. I've tried three times to fix it, and the bugs in the editor seem to be permanent)