To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86658
------- Additional comments from [EMAIL PROTECTED] Tue Mar 4 05:37:52 +0000
2008 -------
Later thought on the last case:
{=ROWS(OFFSET($A$1;0;0;ROW(A1:A3);1))} may fail at least partly because ROWS is
not array-aware.
eg
{=INDIRECT("A"&ROW(A1:A3))} produces an array result, but
{ROWS( INDIRECT("A"&ROW(A1:A3)) )} does not. Should give {1|1|1} I think.
I don't know if ROWS *should* be able to handle arrays... ODFF does not seem to
list functions that do and don't. By rumour Microsoft have a list of which
functions are array-aware in Excel - but it's well hidden.
---------------------------------------------------------------------
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]