<?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: Grouping by Date in a Pivot Table</title>
	<atom:link href="http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mark</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-22020</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-22020</guid>
		<description>Good tips, thanks Jon</description>
		<content:encoded><![CDATA[<p>Good tips, thanks Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-17662</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 14 Aug 2009 04:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-17662</guid>
		<description>Come on, Thom. No excuse to stay a newbie at such a useful and powerful feature.</description>
		<content:encoded><![CDATA[<p>Come on, Thom. No excuse to stay a newbie at such a useful and powerful feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thom Mitchell</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-17659</link>
		<dc:creator>Thom Mitchell</dc:creator>
		<pubDate>Fri, 14 Aug 2009 02:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-17659</guid>
		<description>Most helpful for a Pivot Table newbie! Thanks, Jon!</description>
		<content:encoded><![CDATA[<p>Most helpful for a Pivot Table newbie! Thanks, Jon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-15546</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-15546</guid>
		<description>Richard - That&#039;s right. Any non numeric values preclude grouping within that field.</description>
		<content:encoded><![CDATA[<p>Richard &#8211; That&#8217;s right. Any non numeric values preclude grouping within that field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Robinson</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-15544</link>
		<dc:creator>Richard Robinson</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-15544</guid>
		<description>The critical thing for me was not including the column headings in the pivot table selection!  If you include them you can&#039;t use the group by date function.  You get an error message.  After much hair-tearing I started again without the headings and it is fine.

Thanks v. much</description>
		<content:encoded><![CDATA[<p>The critical thing for me was not including the column headings in the pivot table selection!  If you include them you can&#8217;t use the group by date function.  You get an error message.  After much hair-tearing I started again without the headings and it is fine.</p>
<p>Thanks v. much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-6059</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-6059</guid>
		<description>Hi Jay -

It looks like Excel&#039;s grouping feature only gives you the ability to define a bin width if you are grouping by days.

The entry box below the list of time periods only says &quot;Number of days&quot;, and it is disabled if any time period other than days is selected:

&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://peltiertech.com/WordPress/wp-content/img200811/GroupingDialog.png&quot; alt=&quot;Excel&#039;s Grouping Dialog&quot;&gt;&lt;/p&gt;

Below is a set of times, randomly distributed between midnight and 4am. The first pivot table is merely a list (and I have chosen to sort by time). The second is grouped by hours and minutes. Only the hours and minutes that appear in the data are listed, unless you choose the field option to show items with no data, in which case you will display every minute of every hour in the table. There is no provision to group into 15 or 30-minute intervals. The last block uses the frequency array function to do what you ask. The first column defined the upper limit of each bin. The second column contains an array formula:

&lt;pre class=&quot;vba&quot;&gt;{=FREQUENCY(E5:E29,N5:N13)}&lt;/pre&gt;

 
Don&#039;t type the curly brackets. Select the entire range that will contain the output, type the formula into the formula bar, then hold Ctrl+Shift while pressing Enter. If done correctly, Excel rewards you with the curly brackets.

&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://peltiertech.com/WordPress/wp-content/img200811/GroupingExample.png&quot; alt=&quot;Grouping by Minutes&quot;&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Jay -</p>
<p>It looks like Excel&#8217;s grouping feature only gives you the ability to define a bin width if you are grouping by days.</p>
<p>The entry box below the list of time periods only says &#8220;Number of days&#8221;, and it is disabled if any time period other than days is selected:</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/GroupingDialog.png" alt="Excel's Grouping Dialog"/></p>
<p>Below is a set of times, randomly distributed between midnight and 4am. The first pivot table is merely a list (and I have chosen to sort by time). The second is grouped by hours and minutes. Only the hours and minutes that appear in the data are listed, unless you choose the field option to show items with no data, in which case you will display every minute of every hour in the table. There is no provision to group into 15 or 30-minute intervals. The last block uses the frequency array function to do what you ask. The first column defined the upper limit of each bin. The second column contains an array formula:</p>
<pre class="vba">{=FREQUENCY(E5:E29,N5:N13)}</pre>
<p> <br />
Don&#8217;t type the curly brackets. Select the entire range that will contain the output, type the formula into the formula bar, then hold Ctrl+Shift while pressing Enter. If done correctly, Excel rewards you with the curly brackets.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/GroupingExample.png" alt="Grouping by Minutes"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Killeen</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-6055</link>
		<dc:creator>Jay Killeen</dc:creator>
		<pubDate>Mon, 10 Nov 2008 04:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-6055</guid>
		<description>Is there any way to group minutes in the same way that you have explained grouping days. Its driving me insane that it is giving the option to group days, and allows you to say how many days, but it does not do the same thing for every other time grouping option.

Any suggestions.

All I am trying to do is group loads of concrete delivered within 7:00am and 7:30am each day.</description>
		<content:encoded><![CDATA[<p>Is there any way to group minutes in the same way that you have explained grouping days. Its driving me insane that it is giving the option to group days, and allows you to say how many days, but it does not do the same thing for every other time grouping option.</p>
<p>Any suggestions.</p>
<p>All I am trying to do is group loads of concrete delivered within 7:00am and 7:30am each day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-5930</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 03 Nov 2008 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-5930</guid>
		<description>Mitch -

If any cells in the Date column contain non-dates, you will get this message, since Excel doesn&#039;t know how to group such values with dates.</description>
		<content:encoded><![CDATA[<p>Mitch -</p>
<p>If any cells in the Date column contain non-dates, you will get this message, since Excel doesn&#8217;t know how to group such values with dates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-5929</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Mon, 03 Nov 2008 17:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-5929</guid>
		<description>what if you receive the error message that you cannot group these dates in the pivot table??

What I am I doing wrong</description>
		<content:encoded><![CDATA[<p>what if you receive the error message that you cannot group these dates in the pivot table??</p>
<p>What I am I doing wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/grouping-by-date-in-a-pivot-table/comment-page-1/#comment-5447</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 21 Oct 2008 19:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=113#comment-5447</guid>
		<description>Ken -

I&#039;m surprised I didn&#039;t mention that. I spent an hour the first time I tried grouping dates, and it failed because my data source included a blank row.</description>
		<content:encoded><![CDATA[<p>Ken -</p>
<p>I&#8217;m surprised I didn&#8217;t mention that. I spent an hour the first time I tried grouping dates, and it failed because my data source included a blank row.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
