I made a pivot table after selection of complete data. After that some more
data added to that database. Anyone suggest me when I click on "refresh
data" pivot table should be updated automatically on updated database.

Re: Pivot Table Selection by Bill

Bill
Fri Oct 10 04:32:27 CDT 2008

"Sandeep Jangra" <SandeepJangra@discussions.microsoft.com> wrote in message
news:5BDAC1C0-2ED2-4328-8A36-FDAD9C75E035@microsoft.com...
>I made a pivot table after selection of complete data. After that some
>more
> data added to that database. Anyone suggest me when I click on "refresh
> data" pivot table should be updated automatically on updated database.

Yes! But, if you add data to the end of the worksheet it wont be seen by
the Pivot Table. It's easier to insert a line(s) in the body of the
worksheet in which to add data. I presume there is a way to correct the
actual Pivot Table after the event. However, I find it easier to create
lines, cut and paste the additional data.

Bill Ridgeway



Re: Pivot Table Selection by Roger

Roger
Fri Oct 10 11:32:12 CDT 2008

Hi Sandeep

Create a Dynamic Range as the source for your Pivot Table.
Insert>Name>Define>
Name myData
Refers to =INDEX($1:$65536,COUNTA($A:$A),COUNTA($1:$1))

Right click on your PT>Wizard>back>Source =myData>Finish

--
Regards
Roger Govier

"Sandeep Jangra" <SandeepJangra@discussions.microsoft.com> wrote in message
news:5BDAC1C0-2ED2-4328-8A36-FDAD9C75E035@microsoft.com...
> I made a pivot table after selection of complete data. After that some
> more
> data added to that database. Anyone suggest me when I click on "refresh
> data" pivot table should be updated automatically on updated database.