[Libreoffice-bugs] [Bug 124710] [1] IFS function mishandles valid #N/A results from functions within IFS

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 15 14:01:29 UTC 2019


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

--- Comment #5 from Eike Rathke <erack at redhat.com> ---
Seems to be an error in error propagation..

Same with

  =IFS( OR(I9="pago",I9="reci"), NA(), AND(I9="tran",E9>0),"FT from",
AND(I9="tran",E9<0), "FT to", 1, "no idea")

but not with

  =IFS( 0, NA(), 0,"FT from", 0, "FT to", 1, "no idea")

where the result is "no idea".

Also

  =IFS( OR(I9="pago",I9="reci"), NA(), 0,"FT from", 1, "no idea")

produces the expected result, but not

  =IFS( OR(I9="pago",I9="reci"), NA(), 0+0,"FT from", 1, "no idea")

and also not

  =IFS( OR(I9="pago",I9="reci"), NA(), 0,"FT from", 1+0, "no idea")

So whenever an expression is to be evaluated for the condition after a not to
be returned error result was encountered.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190415/cda2a855/attachment.html>


More information about the Libreoffice-bugs mailing list