https://bugs.freedesktop.org/show_bug.cgi?id=88255

--- Comment #3 from GerardF <gerard.farg...@orange.fr> ---
AND/OR works like LO Calc with any spreadsheet software and it is expected:
These functions expect scaler or range arguments like many other functions.
For example =SUM(array1 ; array2) adds alls value even in array formula.

And this cannot be change because it would not be possible to pass arguments to
the function with another array formula.

Just replaces AND & OR by BITAND & BITOR and you will have expected result.
Note that these formula are showing 1/0 as result. You can format cells as
Boolean if you need to see TRUE/FALSE.

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

Reply via email to