https://bugs.documentfoundation.org/show_bug.cgi?id=166524
Bug ID: 166524
Summary: AND() macro fails in matricial formula
Product: LibreOffice
Version: 24.8.6.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 200742
--> https://bugs.documentfoundation.org/attachment.cgi?id=200742&action=edit
Simplified use case to illustrate and reproduce the bug
French uptodate version of Calc.
See attachment for more details.
{ =IF(test1 ; IF(test2 ; action3 ; actionDef) ; actionDef) }
should be same as
{ =IF(AND(test1 ; test2) ; action3 ; actionDef) }
but in my attachment,
the first form works correctly
the second gives incorrect results
--
You are receiving this mail because:
You are the assignee for the bug.