[Libreoffice-bugs] [Bug 108978] New: countif conditions does not work correct when data are loaded from a .xls file
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 5 20:53:37 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108978
Bug ID: 108978
Summary: countif conditions does not work correct when data
are loaded from a .xls file
Product: LibreOffice
Version: 5.4.0.1 rc
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: alfredocubitos at yahoo.com.mx
Loading data from a .xls file COUNTIF works only if the condition is defined in
the selected range.
A condition defined in a different cell or within the formula does not work.
example
A B
1 1
1
2
3
4
COUNTIF(A1:A5;1) => 0 -> wrong
COUNTIF(A1:A5;B1) => 0 -> wrong
COUNTIF(A1:A5;&B1) => ### -> wrong
COUNTIF(A1:A5;A1) => 2 -> correct
When I add a separate ranges manually COUNTIF works correct
This seems to be a character encoding problem
Also loading the data from a csv file ISO-8859-15 encoded COUNTIF works correct
--
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/20170705/3d7c995a/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list