To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=67710
------- Additional comments from [EMAIL PROTECTED] Tue Aug 15 16:36:15 -0700 2006 ------- Both AND() and OR() functions only return single values NOT arrays that are expected when included in array formulas. Workarounds exist as follows ... AND(array1;array2) >>>> array1*array2 OR(array1;array2) >>>> SIGN(array1+array2) where array1 and array2 refer to equal sized ranges of true/false values --------------------------------------------------------------------- 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]
