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

--- Comment #18 from Andreas Heinisch <[email protected]> ---
The problem here ist that the calculations within the IFS function (for
instance the DIV) are evaluated before the actual IFS function itself. Hence,
any further calculation leads to a DIV to ZERO error, because if there is an
error, no further calculations are made.

So this example leads to this error:
=IFS(0,1/0,1,TRUE())

This example works:
=IFS(0,1/0,1,"test")

So I think the only possibility to get this to work, is to change the generated
compilation steps for this function.

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

Reply via email to