To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105182
                 Issue #|105182
                 Summary|INDIRECT fails with range/reference operators
               Component|Spreadsheet
                 Version|OOo 3.1.1
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|spreadsheet
             Reported by|jes





------- Additional comments from j...@openoffice.org Fri Sep 18 14:40:17 +0000 
2009 -------
Since OOo 3, Calc supports the range/reference operators:
: (range), ! (intersection), and ~ (list/concatenation/union)

However the INDIRECT function fails if its argument contains a range that uses
any of these, giving #REF! or Err:502.

E.g. the following formulas should all give the same result:
 =SUM(A1:B1)
 =SUM(A1~B1)
 =SUM(INDIRECT("A1:B1"))
 =SUM(INDIRECT("A1~B1"))
but the last one fails with Err:502.

See the attached sheet for more examples.

---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to