<?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: Dynamic Chart using Pivot Table and Range Names</title>
	<atom:link href="http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-75315</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 07 Mar 2011 12:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-75315</guid>
		<description>Huzefa -

You have to make your code adapt to the changing configuration of the pivot table. If the number of columns in the pivot table does not change, you can use the procedure here without too much modification. If the pivot table changes width, though, you have to figure out how to account for the changes, which named ranges have to refer to which columns, etc. These are custom arrangements very much dependent on each individual situation, and my examples often can only serve as a source of inspiration and ideas.</description>
		<content:encoded><![CDATA[<p>Huzefa -</p>
<p>You have to make your code adapt to the changing configuration of the pivot table. If the number of columns in the pivot table does not change, you can use the procedure here without too much modification. If the pivot table changes width, though, you have to figure out how to account for the changes, which named ranges have to refer to which columns, etc. These are custom arrangements very much dependent on each individual situation, and my examples often can only serve as a source of inspiration and ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huzefa</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-75184</link>
		<dc:creator>Huzefa</dc:creator>
		<pubDate>Mon, 07 Mar 2011 03:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-75184</guid>
		<description>Hi Jon,
I have been searching your posts on something specific to Pivot tables.
The problem in hand is that I have several columns (static) and rows(dynamic) range of data. I do lots of slicing and dicing of this data using pivot table. The said dataset comes refreshed every week, with the content/status changed of previous dataset and also with new rows added. This info I would want to see in a kind of time based trend analysis, like status changes during last four weeks, improvements occurring during last four weeks, etc. All this has to be refreshed dynamically based on any selection of row or column labels. 
Request you send me some in-sights on approach.
Thanx in advance.</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
I have been searching your posts on something specific to Pivot tables.<br />
The problem in hand is that I have several columns (static) and rows(dynamic) range of data. I do lots of slicing and dicing of this data using pivot table. The said dataset comes refreshed every week, with the content/status changed of previous dataset and also with new rows added. This info I would want to see in a kind of time based trend analysis, like status changes during last four weeks, improvements occurring during last four weeks, etc. All this has to be refreshed dynamically based on any selection of row or column labels.<br />
Request you send me some in-sights on approach.<br />
Thanx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-38073</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 05 Aug 2010 13:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-38073</guid>
		<description>Hi Saikat -

If the pivot table is grouped by date, you can get YTD grouping by years only, and MTD gouping by months and years, and finding the last value. Of course, any time you group a pivot table, you group the entire pivot cache and therefore any other pivot table linked to that cache. You need to create a new pivot table for each unique grouping, and make sure you don&#039;t save space by using the same source as an existing pivot table</description>
		<content:encoded><![CDATA[<p>Hi Saikat -</p>
<p>If the pivot table is grouped by date, you can get YTD grouping by years only, and MTD gouping by months and years, and finding the last value. Of course, any time you group a pivot table, you group the entire pivot cache and therefore any other pivot table linked to that cache. You need to create a new pivot table for each unique grouping, and make sure you don&#8217;t save space by using the same source as an existing pivot table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saikat Saha</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-38066</link>
		<dc:creator>Saikat Saha</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-38066</guid>
		<description>Hello Jon,

I have a question for using MTD,YTD on Pivot Tables.

Suppose, I have a sheet that contains data like

                                 Branch A                       Branch B                    Branch C
Loan Amount              100                              213                            757


Now, I want to apply MTD, YTD functions in the sheet so that whenever I would open
the sheet I would get the LoanAmount based on the date like if i open the sheet on 15 August 2010, I would get the Loan Amount from 1st-15th August.

Is there any way to use the above requirement using pivot table. if yes then how. If any more information needed plz. let me know.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello Jon,</p>
<p>I have a question for using MTD,YTD on Pivot Tables.</p>
<p>Suppose, I have a sheet that contains data like</p>
<p>                                 Branch A                       Branch B                    Branch C<br />
Loan Amount              100                              213                            757</p>
<p>Now, I want to apply MTD, YTD functions in the sheet so that whenever I would open<br />
the sheet I would get the LoanAmount based on the date like if i open the sheet on 15 August 2010, I would get the Loan Amount from 1st-15th August.</p>
<p>Is there any way to use the above requirement using pivot table. if yes then how. If any more information needed plz. let me know.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-34739</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 30 May 2010 14:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-34739</guid>
		<description>Karthik -

You have to manually update the pivot table, or write some code to update it when the data range changes.</description>
		<content:encoded><![CDATA[<p>Karthik -</p>
<p>You have to manually update the pivot table, or write some code to update it when the data range changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/comment-page-1/#comment-34725</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Sun, 30 May 2010 10:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=61#comment-34725</guid>
		<description>Hi all,

I created a pivot table with some data entered. That&#039;s working fine. But when i change the existing data or create a new entry into the data, the pivot table needs to be updated. Is it possible?

Thanks in advance,
Karthik</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I created a pivot table with some data entered. That&#8217;s working fine. But when i change the existing data or create a new entry into the data, the pivot table needs to be updated. Is it possible?</p>
<p>Thanks in advance,<br />
Karthik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

