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

--- Comment #4 from Jiří Boháč <[email protected]> ---
(In reply to Xavier Van Wijmeersch from comment #3)
> try these one

Thanks for the tip, but my actual use case was something much more complicated,
the above formulas are just minimalist reproducers created to help get the bug
fixed.

I actually worked around the problem by replacing IF(OR(a,b),x,y) with this
nested IF(a,x,IF(b,x,y)). Both conditions, a and b, use CURRENT() and it works.
So it seems it's really the combination of OR() and CURRENT() that is broken.

-- 
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