To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67710
                 Issue #|67710
                 Summary|AND() causes Array CSE expressions to not work right
               Component|Spreadsheet
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|matagl





------- Additional comments from [EMAIL PROTECTED] Sun Jul 23 18:18:58 -0700 
2006 -------
AND() causes Array CSE expressions to not work right

For example, this expression: 
{=SUM(IF(LedgerAccount=$C5;LedgerDr-LedgerCr))}

and this one:
{=SUM(IF(AND(LedgerAccount=$C5);LedgerDr-LedgerCr))}

should yield the same result.  However, the second one does not.  The AND()
appears to be causing the CSE (Control-Shift-Enter) Array function to not work.

See attached spreadsheet for an example.

---------------------------------------------------------------------
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