<?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: Week numbering without Analysis ToolPak</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James Samana</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-29698</link>
		<dc:creator>James Samana</dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-29698</guid>
		<description>&lt;p&gt;Dick:&lt;/p&gt;
&lt;p&gt;Sincere thanks.  I&#039;ve finally realised the necessity for the &quot;cntrl shift enter&quot;... I know that you told me this at the start, but for some reason, i did not do this... Now that I have... it works great!&lt;/p&gt;
&lt;p&gt;Kind regards!&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick:</p>
<p>Sincere thanks.  I&#8217;ve finally realised the necessity for the &#8220;cntrl shift enter&#8221;&#8230; I know that you told me this at the start, but for some reason, i did not do this&#8230; Now that I have&#8230; it works great!</p>
<p>Kind regards!</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28987</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 28 Nov 2007 05:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28987</guid>
		<description>&lt;p&gt;Steven (and Jimbo):  I think this, but make sure you check it.&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=1+INT((B4-(DATE(YEAR(B4),7,2)-WEEKDAY(DATE(YEAR(B4),7,0))))/7)&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Steven (and Jimbo):  I think this, but make sure you check it.</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=1+INT((B4-(DATE(YEAR(B4),7,2)-WEEKDAY(DATE(YEAR(B4),7,0))))/7)</div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28639</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 12 Nov 2007 11:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28639</guid>
		<description>&lt;p&gt;I have the same question as Jimbo and I noticed that no-one had answered it so I&#039;m going to ask the question again. What happens if you need to have Week 1 as the start of the financial Year?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the same question as Jimbo and I noticed that no-one had answered it so I&#8217;m going to ask the question again. What happens if you need to have Week 1 as the start of the financial Year?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28542</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 08 Nov 2007 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28542</guid>
		<description>&lt;p&gt;James:&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=SUM((A2:A5&lt;DATE(2007,2,1))*((B2:B5&gt;DATE(2007,1,0))+(ISBLANK(B2:B5))))&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This example uses January, not September.  If I understand you correctly, you want the count of all projects that were open at any time in January.  This formula tests:&lt;/p&gt;
&lt;p&gt;Open date before February AND (Close date later than 31-Dec OR No close date)&lt;/p&gt;
&lt;p&gt;With the data from your last two posts, it returns 4.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>James:</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=SUM((A2:A5&amp;lt;DATE(2007,2,1))*((B2:B5&amp;gt;DATE(2007,1,0))+(ISBLANK(B2:B5))))</div>
</div>
<p>This example uses January, not September.  If I understand you correctly, you want the count of all projects that were open at any time in January.  This formula tests:</p>
<p>Open date before February AND (Close date later than 31-Dec OR No close date)</p>
<p>With the data from your last two posts, it returns 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Samana</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28179</link>
		<dc:creator>James Samana</dc:creator>
		<pubDate>Mon, 22 Oct 2007 02:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28179</guid>
		<description>&lt;p&gt;cell b4: 2-1-07&lt;br&gt;
cell a5:1-1-07&lt;br&gt;
Cell b5: 15-1-07&lt;/p&gt;
&lt;p&gt;This should give all cases that either start before or on, and end in or after&lt;br&gt;
OR do not yet end.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cell b4: 2-1-07<br />
cell a5:1-1-07<br />
Cell b5: 15-1-07</p>
<p>This should give all cases that either start before or on, and end in or after<br />
OR do not yet end.</p>
<p>Thanks again!</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Samana</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28178</link>
		<dc:creator>James Samana</dc:creator>
		<pubDate>Mon, 22 Oct 2007 02:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28178</guid>
		<description>&lt;p&gt;Ok,&lt;/p&gt;
&lt;p&gt;I see how this formula should work, even with dates that end within the month... however it doesn&#039;t.&lt;/p&gt;
&lt;p&gt;Cell A1: Start Date&lt;br&gt;
Cel B1: End Date&lt;br&gt;
Cell A2:  1-10-06&lt;br&gt;
Cell b2:&lt;br&gt;
Cell a3: 3-3-06&lt;br&gt;
cell b3: 2-3-07&lt;br&gt;
Cell A4: 1-12-06&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok,</p>
<p>I see how this formula should work, even with dates that end within the month&#8230; however it doesn&#8217;t.</p>
<p>Cell A1: Start Date<br />
Cel B1: End Date<br />
Cell A2:  1-10-06<br />
Cell b2:<br />
Cell a3: 3-3-06<br />
cell b3: 2-3-07<br />
Cell A4: 1-12-06</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Samana</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28177</link>
		<dc:creator>James Samana</dc:creator>
		<pubDate>Mon, 22 Oct 2007 01:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28177</guid>
		<description>&lt;p&gt;Dick!&lt;/p&gt;
&lt;p&gt;Wow!  This is the closet I&#039;ve got yet to figuring this out!&lt;/p&gt;
&lt;p&gt;&quot;Open date is before October&quot; is complete good, however,&lt;br&gt;
&quot;AND (Close date is after Sept OR no close date)&quot;  needs to have also the possibility of &quot;OR Close date is within Sept&quot;&lt;/p&gt;
&lt;p&gt;This is where I come into problems because the only way I can figure this out is to put in an &quot;OR Close date is (2007,9,1)OR Close date is (2007,9,2)...etc...etc...&lt;/p&gt;
&lt;p&gt;Any further help would be sincerely appreciated!&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick!</p>
<p>Wow!  This is the closet I&#8217;ve got yet to figuring this out!</p>
<p>&#8220;Open date is before October&#8221; is complete good, however,<br />
&#8220;AND (Close date is after Sept OR no close date)&#8221;  needs to have also the possibility of &#8220;OR Close date is within Sept&#8221;</p>
<p>This is where I come into problems because the only way I can figure this out is to put in an &#8220;OR Close date is (2007,9,1)OR Close date is (2007,9,2)&#8230;etc&#8230;etc&#8230;</p>
<p>Any further help would be sincerely appreciated!</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28120</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 18 Oct 2007 16:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28120</guid>
		<description>&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=SUM((A2:A80&lt;DATE(2007,10,1))*((B2:B80&gt;DATE(2007,9,30))+(ISBLANK(B2:B80))))&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Enter with Control+Shift+Enter because it&#039;s an array formula.  Here&#039;s what it says in English:&lt;/p&gt;
&lt;p&gt;Open date is before October AND (close date is after Sept OR no close date)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=SUM((A2:A80&amp;lt;DATE(2007,10,1))*((B2:B80&amp;gt;DATE(2007,9,30))+(ISBLANK(B2:B80))))</div>
</div>
<p>Enter with Control+Shift+Enter because it&#8217;s an array formula.  Here&#8217;s what it says in English:</p>
<p>Open date is before October AND (close date is after Sept OR no close date)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Samana</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28113</link>
		<dc:creator>James Samana</dc:creator>
		<pubDate>Thu, 18 Oct 2007 06:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28113</guid>
		<description>&lt;p&gt;Dick:  Sincere thanks for your offer to help!  What I need is a creative count formula.  I know the &quot;countif&quot; function that will allow me to see what cases opened on &quot;1/9/07? (for example), however what I want to know is...&lt;br&gt;
if column A is &quot;Date Case Opened&quot; and column B is &quot;Date Case Closed&quot; - what formula would be able to look at A2:A888 and B2:B888 to count all the cases that were open in Sept of 07, (for example).  &lt;/p&gt;
&lt;p&gt;Some of the cases are open for a month, some are open for a year...&lt;/p&gt;
&lt;p&gt;Does this help explain the situation better?&lt;/p&gt;
&lt;p&gt;Thanks again, in advance for your assistance!&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick:  Sincere thanks for your offer to help!  What I need is a creative count formula.  I know the &#8220;countif&#8221; function that will allow me to see what cases opened on &#8220;1/9/07? (for example), however what I want to know is&#8230;<br />
if column A is &#8220;Date Case Opened&#8221; and column B is &#8220;Date Case Closed&#8221; &#8211; what formula would be able to look at A2:A888 and B2:B888 to count all the cases that were open in Sept of 07, (for example).  </p>
<p>Some of the cases are open for a month, some are open for a year&#8230;</p>
<p>Does this help explain the situation better?</p>
<p>Thanks again, in advance for your assistance!</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/17/week-numbering-without-analysis-toolpak/#comment-28085</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 16 Oct 2007 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1028#comment-28085</guid>
		<description>&lt;p&gt;James:  What does &#039;run a table&#039; mean?  Do you want a count or a list or what?  Send me some sample data by email and I&#039;ll show you how to get what you want.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>James:  What does &#8216;run a table&#8217; mean?  Do you want a count or a list or what?  Send me some sample data by email and I&#8217;ll show you how to get what you want.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

