To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109721





------- Additional comments from [email protected] Sat Mar  6 19:34:56 
+0000 2010 -------
sum() can work, but :

sum(a1;-a2) will give an error if a2 is (non-numeric) text.

one has to write
sum(a1)-sum(a2)  [or equivalent, with no negative sign before any cell name]

also, for reference to a single cell that might contain text, one has to write
sum(a1)
alone.

That gives some strange-looking formulas to make it work.

Note that if one uses a language other than english, sum() is translated.
e.g. it is somme() in french.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to