https://bugs.freedesktop.org/show_bug.cgi?id=75228

          Priority: medium
            Bug ID: 75228
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: FUNCTION COUNT
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: jjpalac...@coit.es
          Hardware: All
            Status: UNCONFIRMED
           Version: 4.2.0.4 release
         Component: Spreadsheet
           Product: LibreOffice

COUNT(Value1; Value2; ... Value30)
Value1; Value2, ... are 1 to 30 values or ranges representing the values to be
counted.
Example
Cells A1=2, A2=4, A3=6, so range A1:A3 is in 1 field. The entries 2, 4, 6 and
eight in the Value 2-5 fields are to be counted.

=COUNT(A1:A3) = 3. The count of numbers is therefore 3.
=COUNT(A1:A3;2;4;6;"eight") = 4 ???
=COUNT(A1:A3;"2";4;6;"eight") = 4 ???
=COUNT(A1:A3;"2";"4";"6";"eight") = 6 ???

It's not compatible with previous versions

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to