[Libreoffice-bugs] [Bug 137062] VIEWING Cells with conditional formatting by formula not automatically updated after change of source value

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 26 23:57:37 UTC 2020


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

m.a.riosv <miguelangelrv at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |miguelangelrv at libreoffice.o
                   |                            |rg
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from m.a.riosv <miguelangelrv at libreoffice.org> ---
I think the issue has to-do with the use of INDIRECT in the CF formula.
I remember @Markus complaining about the use of STYLE, also a volatile function
inside CF.
Volatile functions are calculated after every cell's change on the spreadsheet.
Using Menu/Data/Calculate/Calculate hard, solve the issue

But the better for this is change the formula:
OR( AND((INDEX($F:$F;ROW()) > 0);(INDEX($F:$F;ROW()) <
100));AND((INDEX($J:$J;ROW()) > 0);(INDEX($J:$J;ROW()) <
100));AND((INDEX($N:$N;ROW()) > 0);(INDEX($N:$N;ROW()) < 100)))
using INDEX instead INDIRECT, it is alsw quicker and less prone to errors
because it refers to cells address, not to handwritten addresses.

Any case seems there is a bug.

-- 
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/20200926/ffe8c74e/attachment.htm>


More information about the Libreoffice-bugs mailing list