Description: In the local help for Calc the descriptions of AND and OR on the page Logical Functions say: "If a range is entered as a parameter, the function uses the value from the range that is in the current column or row." This is wrong. All values in the range are used. https://help.libreoffice.org/Calc/Logical_Functions#OR Actual Results: Expected Results: Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Confirmed. All values of the range are AND'ed and OR'ed.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/help/commit/?id=d0a2cca6885c900fd362bdd7a72e382fe3b34ef4 tdf#105562 Correct page for AND/OR logic function