[Libreoffice-bugs] [Bug 124727] Comparison between cell' content does not work consistently

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 14 15:48:32 UTC 2019


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

--- Comment #3 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
to be more precise:

you have to convert numbers to text before comparison,
or to adjust the formula's, e.g:

=IF(AND(A7<>"";A7<>VALUE(C7));"X";"")
or
=IF(AND(A8<>"";TEXT(A8;"@")<>C8);"X";"")

-- 
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/20190414/353470e7/attachment.html>


More information about the Libreoffice-bugs mailing list