To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72508
------- Additional comments from [EMAIL PROTECTED] Wed Apr 11 13:06:42 +0000
2007 -------
Sorry for the duplicate 76213.
I stumbled upon the problem when trying to do a case-sensitive COUNTIF by array
{=SUM(ISNUMBER(FIND("A";Data)))}
My workaround was:
{=SUM(NOT(ISERROR(FIND("A";Data))))}
Now this one fails if Data has blanks and
{=SUM(NOT(ISBLANK(Data))*NOT(ISERROR(FIND("A";Data))))}
does not work neither if there are blanks.
btw: AND/OR don't work at all in array context.
Attaching another spreadsheet.
---------------------------------------------------------------------
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]