https://bugs.documentfoundation.org/show_bug.cgi?id=122301

--- Comment #11 from Eike Rathke <er...@redhat.com> ---
@GerardF:
Umm.. to check whether my assumption about the "array in non-array mode"
actually holds, this

  =SUM(-ABS({1,2}))

does produce -1, yes?

If -1, one more please to check whether array mode is indeed forced onto the
entire formula or just to the expression part that contains the FREQUENCY()
call:

  =SUM(-ABS(FREQUENCY({1,1,-1},{0,1})))+SUM(-ABS({1,2}))

Should produce -6 if the entire formula in array mode (which I'd assume), or -4
if only the subexpression containing FREQUENCY() is in array mode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to