To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101198
------- Additional comments from [email protected] Mon Apr 20 16:47:42 +0000 2009 ------- in excel it's possible to add a named range, e.g. datarange =BEREICH.VERSCHIEBEN( $A$1;;;;ANZAHL2($A:$A);ANZAHL2($1:$1)) now one can use the name "datarange" as a source for the pivot table. as a result, the named range will always point to the correct data range, even if size changes for oo the author suggest to use a cell formula with a macro, e.g.: ="A1:"&ADRESSE(ANZAHL2($A$1:$A$20)+1;ANZAHL2($A$1:$Z$1);4;1) and than start a macro to set the range (e.g. A1:E15) ... please have a look at the attachment ... while it's possible to define a named range in oo using ="A1:"&ADRESSE(ANZAHL2($A$1:$A$20)+1;ANZAHL2($A$1:$Z$1);4;1) you cannot use it for a data source --------------------------------------------------------------------- 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]
