To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84168
                 Issue #|84168
                 Summary|DCOUNT(..;0;..) counts text cells
               Component|Spreadsheet
                 Version|OOo 2.3
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|spreadsheet
             Reported by|drking





------- Additional comments from [EMAIL PROTECTED] Sun Dec  2 13:10:57 +0000 
2007 -------
DCOUNT should only count cells with numbers, same as COUNT

  A   B
1 pet name
2 dog fido
3 cat meow
4 dog rover
5
6 pet name
7 dog

DCOUNT(A1:B4;0;A6:B7) returns 1, with not a number in sight

although
DCOUNT(A1:B4;2;A6:B7) returns 0, correctly

The use of 0 here is poorly explained in the Help (I'm re-writing it 
currently), and it is not compatible with Excel, at least with older versions. 
But in any event it should only count numbers.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to