https://bz.apache.org/bugzilla/show_bug.cgi?id=65915

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |5.2.0-FINAL

--- Comment #1 from [email protected] ---
I just tried with version 5.2.0, and the issue persists.

Basically this formula 

```
=INDEX({1},1,
IF(OR(FALSE,FALSE),1,1))
```

Cannot be evaluated because it is considered to be an array formula and
BooleanFunction.OR evaluateArray only accepts 1 argument.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to