https://bugs.documentfoundation.org/show_bug.cgi?id=162379
Olivier Hallot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |olivier.hallot@libreoffice. |desktop.org |org --- Comment #4 from Olivier Hallot <[email protected]> --- Proposed patch https://gerrit.libreoffice.org/c/help/+/171717 Proposed text <note id="par_id441723304789320">The <link href="text/scalc/01/04060107.xhp">array formula</link> {=AND(B1:B10;C1:C10)} yields a one-dimensional value of TRUE when all components of B1:B10 and C1:C10 are TRUE. The array expression above does not produce the logical AND per element, and thus does not produce an array of logical values. To compute a logical AND of arrays per element use the * operator in array context. In the example, enter {=B1:B10*C1:C10}.</note> -- You are receiving this mail because: You are the assignee for the bug.
