<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automatically Include New Data in a Pivot Table</title>
	<atom:link href="http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table</link>
	<description>Pivot Table Tutorials, Pivot Table Tips and Pivot Table News</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:38:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image><title>Excel Pivot Tables</title><url>http://www.pivot-table.com/wp-content/themes/atahualpa/images/ColoursRSS.gif</url><link>http://www.pivot-table.com</link><width>34</width><height>34</height><description>Excel pivot table tips and tutorials.</description></image>	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-2312</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Tue, 10 May 2011 20:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-2312</guid>
		<description>Hi Sisca,
Is the Product_Extraction workbook open? Are there 30 columns in the source data, with no empty cells in the heading row?</description>
		<content:encoded><![CDATA[<p>Hi Sisca,<br />
Is the Product_Extraction workbook open? Are there 30 columns in the source data, with no empty cells in the heading row?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sisca</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-2311</link>
		<dc:creator>Sisca</dc:creator>
		<pubDate>Tue, 10 May 2011 19:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-2311</guid>
		<description>Hi Debra, I have tried =OFFSET(Product_Extraction.xls!$A$1,0,0,COUNTA(Product_Extraction.xls!$A:$A),30)
as a dynamic range for a pivot table but for some reason it does not work.
I define the name but when creating the pivot table I get
‘reference is not valid’. Can you please help me?
thanks,
Sisca</description>
		<content:encoded><![CDATA[<p>Hi Debra, I have tried =OFFSET(Product_Extraction.xls!$A$1,0,0,COUNTA(Product_Extraction.xls!$A:$A),30)<br />
as a dynamic range for a pivot table but for some reason it does not work.<br />
I define the name but when creating the pivot table I get<br />
‘reference is not valid’. Can you please help me?<br />
thanks,<br />
Sisca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANNEMARIE</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-2273</link>
		<dc:creator>ANNEMARIE</dc:creator>
		<pubDate>Tue, 19 Apr 2011 09:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-2273</guid>
		<description>Hello,
Could anyone help me with this:
I have a data sheet with columm headings on which I base my pivot table.

The formula to define my dynamic range is the following:
= VERSCHUIVING(data!$a$1;0;0;AANTALARG(data!$a:$a); AANTALARG(data!$1:$1)-1)
When I do F5, I do get the data expected (I presume I should have the colum headings included in the range)

My pivot table uses this dynamic range/name as a source &quot;=database&quot;

Then I do get an answer: reference invalid.

Thank you for your help !</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Could anyone help me with this:<br />
I have a data sheet with columm headings on which I base my pivot table.</p>
<p>The formula to define my dynamic range is the following:<br />
= VERSCHUIVING(data!$a$1;0;0;AANTALARG(data!$a:$a); AANTALARG(data!$1:$1)-1)<br />
When I do F5, I do get the data expected (I presume I should have the colum headings included in the range)</p>
<p>My pivot table uses this dynamic range/name as a source &#8220;=database&#8221;</p>
<p>Then I do get an answer: reference invalid.</p>
<p>Thank you for your help !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mack</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-229</link>
		<dc:creator>Mack</dc:creator>
		<pubDate>Sun, 04 Jul 2010 23:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-229</guid>
		<description>Thanks for your prompt reply!  I decided to put the following code in the Activate macro for the sheet where the pivot table is located:

&#039;Reset the address of the DatabaseCR range so that it is the same as the &#039;address of the Database range (the dynamic range)
Worksheets(&quot;Main Table&quot;).Range(Worksheets(&quot;Main Table&quot;).Range(&quot;Database&quot;).Address).Name _
= &quot;DatabaseCR&quot;

This seems to be working fine.  I now use DatabaseCR as the source range of the pivot table.</description>
		<content:encoded><![CDATA[<p>Thanks for your prompt reply!  I decided to put the following code in the Activate macro for the sheet where the pivot table is located:</p>
<p>&#8216;Reset the address of the DatabaseCR range so that it is the same as the &#8216;address of the Database range (the dynamic range)<br />
Worksheets(&#8220;Main Table&#8221;).Range(Worksheets(&#8220;Main Table&#8221;).Range(&#8220;Database&#8221;).Address).Name _<br />
= &#8220;DatabaseCR&#8221;</p>
<p>This seems to be working fine.  I now use DatabaseCR as the source range of the pivot table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-227</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Sun, 04 Jul 2010 03:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-227</guid>
		<description>Mack, try naming the range something other than Database, such as PivotData. Does that solve the problem?</description>
		<content:encoded><![CDATA[<p>Mack, try naming the range something other than Database, such as PivotData. Does that solve the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mack</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-226</link>
		<dc:creator>Mack</dc:creator>
		<pubDate>Sat, 03 Jul 2010 20:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-226</guid>
		<description>I&#039;m using this as my dynamic range definition:
=OFFSET(&#039;MainTable&#039;!$A$2,0,0,COUNTA(&#039;MainTable&#039;!$A:$A),COUNTA(&#039;MainTable&#039;!$2:$2))
The range name I use for this range is Database.  When I create a pivot table on the same worksheet using Database as the source, everything works fine.  But when I try to create a pivot table on another worksheet, I get the error, &quot;Reference is not valid&quot; in the wizard after I enter Database as the source range. I have followed all of your rules about setting up the table.  The only thing unusual is that the table starts in A2 rather than A1, but I don&#039;t have any blanks in the headers or in the first column, and I have nothing in the white space around the table.  I have Excel 2002.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this as my dynamic range definition:<br />
=OFFSET(&#8216;MainTable&#8217;!$A$2,0,0,COUNTA(&#8216;MainTable&#8217;!$A:$A),COUNTA(&#8216;MainTable&#8217;!$2:$2))<br />
The range name I use for this range is Database.  When I create a pivot table on the same worksheet using Database as the source, everything works fine.  But when I try to create a pivot table on another worksheet, I get the error, &#8220;Reference is not valid&#8221; in the wizard after I enter Database as the source range. I have followed all of your rules about setting up the table.  The only thing unusual is that the table starts in A2 rather than A1, but I don&#8217;t have any blanks in the headers or in the first column, and I have nothing in the white space around the table.  I have Excel 2002.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr CheeZe</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-54</link>
		<dc:creator>Mr CheeZe</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-54</guid>
		<description>Hi

I have the opposite problem I think in Excel2003

I have a pivot table that needs the raw data changing on a regular basis (i&#039;m trying to make it simple for other &#039;less able&#039; users)
What happens is that I have a &#039;week number&#039; column in the pivot and is populated with a &#039;minutes&#039; figure.
However, if there are no minutes for a particular week in the raw data, the pivot auto formats and &#039;loses&#039; this &#039;week number&#039; as shown below

example 1(good);
week number      31        32       33      34        35          36
minutes             280     158       45     178      345        248

example 2 (lost weeks);
week number      31       33       34        36
minutes             280      45     178       248

What i would ideally like is the &#039;blank&#039; weeks to remain in my pivot table, as i need to &#039;getpivotdata&#039; on another worksheet

desired example;
week number      31        32       33      34        35          36
minutes             280        0       45     178         0          248

can anyone please help?


many thanks for your help

Mr CheeZe</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have the opposite problem I think in Excel2003</p>
<p>I have a pivot table that needs the raw data changing on a regular basis (i&#8217;m trying to make it simple for other &#8216;less able&#8217; users)<br />
What happens is that I have a &#8216;week number&#8217; column in the pivot and is populated with a &#8216;minutes&#8217; figure.<br />
However, if there are no minutes for a particular week in the raw data, the pivot auto formats and &#8216;loses&#8217; this &#8216;week number&#8217; as shown below</p>
<p>example 1(good);<br />
week number      31        32       33      34        35          36<br />
minutes             280     158       45     178      345        248</p>
<p>example 2 (lost weeks);<br />
week number      31       33       34        36<br />
minutes             280      45     178       248</p>
<p>What i would ideally like is the &#8216;blank&#8217; weeks to remain in my pivot table, as i need to &#8216;getpivotdata&#8217; on another worksheet</p>
<p>desired example;<br />
week number      31        32       33      34        35          36<br />
minutes             280        0       45     178         0          248</p>
<p>can anyone please help?</p>
<p>many thanks for your help</p>
<p>Mr CheeZe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Burton</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-43</link>
		<dc:creator>Mike Burton</dc:creator>
		<pubDate>Tue, 04 Aug 2009 06:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-43</guid>
		<description>Hi Debra,
thanks for your quick response. All columns have headings but I have figured it out now. I had to enter the formula as=OFFSET(&#039;Sheet1&#039;!.... and now it recognises the function. Very useful piece of code. Thanks for you help.</description>
		<content:encoded><![CDATA[<p>Hi Debra,<br />
thanks for your quick response. All columns have headings but I have figured it out now. I had to enter the formula as=OFFSET(&#8216;Sheet1&#8242;!&#8230;. and now it recognises the function. Very useful piece of code. Thanks for you help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-41</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-41</guid>
		<description>Mike, the dynamic named ranges don&#039;t show up in the Name box, in any version, so that&#039;s okay.

You entered 144 as the number of columns. Is there a heading in all 144 of those columns? That might be the problem.</description>
		<content:encoded><![CDATA[<p>Mike, the dynamic named ranges don&#8217;t show up in the Name box, in any version, so that&#8217;s okay.</p>
<p>You entered 144 as the number of columns. Is there a heading in all 144 of those columns? That might be the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Burton</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/comment-page-1#comment-39</link>
		<dc:creator>Mike Burton</dc:creator>
		<pubDate>Sat, 01 Aug 2009 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/?p=43#comment-39</guid>
		<description>Hi, I have tried
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),144) as a dynamic range for a pivot table but for some reason it does not work.
I define the name but when creating the pivot table I get

&#039;reference is not valid&#039;

I can not see the name I have created in  the Name box list but I can see it from the tool bar option (Insert/Name/Define)?
Is this because I am using excel 2003? Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi, I have tried<br />
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),144) as a dynamic range for a pivot table but for some reason it does not work.<br />
I define the name but when creating the pivot table I get</p>
<p>&#8216;reference is not valid&#8217;</p>
<p>I can not see the name I have created in  the Name box list but I can see it from the tool bar option (Insert/Name/Define)?<br />
Is this because I am using excel 2003? Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

