[Libreoffice-bugs] [Bug 121105] the current() function is confused if used inside or()
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 1 22:25:11 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=121105
m.a.riosv <miguelangelrv at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
CC| |miguelangelrv at libreoffice.o
| |rg
Ever confirmed|0 |1
--- Comment #5 from m.a.riosv <miguelangelrv at libreoffice.org> ---
What seems a in issue I think it's not, in
=A1+STYLE(IF(OR(CURRENT() > 4, CURRENT() <3),"green","red"))
the second CURRENT() receive their value from the first CURRENT() comparison.
A formula like
=A1+STYLE(IF(O(CURRENT() > 4; CURRENT());"green";"red"))
gives red except for 5.
--
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/20181101/587d1760/attachment.html>
More information about the Libreoffice-bugs
mailing list