To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51186
------- Additional comments from [EMAIL PROTECTED] Tue Jul 5 08:54:17 -0700 2005 ------- As an additional note: your formula would not work even with the range operator (for example, it does not work in Excel): The ADDRESS function creates a text string, this means, you would get something like =SUM(I2:"I268") That is not a cell range. You have to convert the text into a cell reference, using the INDIRECT function: =SUM(I2:INDIRECT(ADDRESS(.....))) Remember, this does not work in OOo due to issue 4904. --------------------------------------------------------------------- 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]
