[Libreoffice-bugs] [Bug 118317] Funtion SUM goes wrong with a $ in the address range
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 22 12:08:23 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118317
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Mike Kaganski <mikekaganski at hotmail.com> ---
You use wrong syntax to define a range to sum. You need to use =SUM($A$3:A3) in
the B3, note the colon (:) between the cell addresses - this defines the range
(see
https://helponline.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html
). You used function parameter separator instead (; or , - depends on your
settings), which tells SUM to treat the two parameters as individual operands,
which must be summed up.
Closing INVALID.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180622/6392ba7d/attachment.html>
More information about the Libreoffice-bugs
mailing list