Hi
Create a Dynamic Range to give to the Pivot Table as the source data, in
place of a fixed range.
Assuming your data starts in A1, then use I
Insert>Name>Define>Name Mydata
Refers to =OFFSET($A$1,0,0,COUNTA($A:$A),COUNTA($1:$1))
Invoke the PT wizard from the PT toolbar>Back> in the source box, enter
= MyData in place of the range currently entered.
For more help on Dynamic Ranges take a look at Debra Dalgleish's site
http://www.contextures.com/xlNames01.html#Dynamic
--
Regards
Roger Govier
"Fambrius" <fambrius---@hotmail.com> wrote in message
news:evZs$(E-Mail Removed)...
> Hello.
>
> I want to make some calculations using the information showed by a
> pivot
> table. The problem is that the pivot table's size varies, so I would
> like to
> add more columns to the pivot table, so I will have no problem if the
> pivot
> becomes bigger (because there are more cols or rows) or smaller.
>
> I have tried to add a new column to the pivot table make some
> calculations
> based on the information the pivot table shows, but I can't and I'll
> explain
> why.
>
> I have configured the pivot table so that the data shown is an average
> (not
> a sum). I want the calculated value to use that average value and
> multiply
> it by 5, but unfortunately it doesn't multiply the average, it
> multiplies
> the sum.
>
> How can I use the results shown in the pivot table to create
> calculated
> values?
>
> I whish I have explained it correctly :-)
>
> Thanks in advance.
>
>
>