To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98505 Issue #|98505 Summary|Columns considered second class Component|Spreadsheet Version|OOO300m9 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P5 Subcomponent|programming Assigned to|spreadsheet Reported by|anwyl42
------- Additional comments from [email protected] Tue Jan 27 03:22:49 +0000 2009 ------- You currently can't do simple operations on arrays of numbers. In other spreadsheets I can simply do C5:C13*B5:B13 and the result will be an array object, which can then be wrapped in a sum() to get the sumproduct. Simple manipulation of arrays like this would make many economics tasks much easier. example of issue: units produced :4, 5, 6, 7 unit value :5, 4, 3, 6 time to produce:1, 2, 3, 4 To calculate the total value per second, you'd need to invert the time to produce column, then do a sumproduct. The preferred operation would be sum (A1:A4*B1:B4/C1:C4) --------------------------------------------------------------------- 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]
