https://bugs.documentfoundation.org/show_bug.cgi?id=118317
Mike Kaganski <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Mike Kaganski <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs