https://bugs.documentfoundation.org/show_bug.cgi?id=95829
m.a.riosv <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] | |rg Resolution|--- |NOTABUG --- Comment #2 from m.a.riosv <[email protected]> --- Hi @Alesander, columns C and E have text values no boolean values. In the CF for column C you have 'No' with single quotes, they have no special meaning for calc, quotes are part of the text. enter "No" an it works. Conditional format is case insensitive. You can get a case sensitive use if instead "Cell value..." select "Formula is.." E1="No" for condition of E1:E13, if you set up Menu/Tools/Options/LibreOffice calc/Calculate - Case sensitive. If don't want case sensitive without depends on the option, use with "Formula is.." EXACT(E1;"No"). But I think there is not a bug, please if you are not agree reopen it. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
