<?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: Replacing the Analysis Toolpak Addin &#8211; Part 2</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brad Yundt</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-38947</link>
		<dc:creator>Brad Yundt</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-38947</guid>
		<description>&lt;p&gt;Paulo,&lt;br&gt;
You might try the undocumented DATEDIF function to return the number of months between two dates:&lt;br&gt;
=DATEDIF(A1,A2,&quot;m&quot;)         A1 is the earlier date and A2 is the later one&lt;/p&gt;
&lt;p&gt;If you want to read up on DATEDIF, see Chip Pearson&#039;s discussion at: &lt;a href=&quot;http://www.cpearson.com/excel/datedif.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.cpearson.com/excel/datedif.aspx&lt;/a&gt;&lt;br&gt;
Brad&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Paulo,<br />
You might try the undocumented DATEDIF function to return the number of months between two dates:<br />
=DATEDIF(A1,A2,&#8221;m&#8221;)         A1 is the earlier date and A2 is the later one</p>
<p>If you want to read up on DATEDIF, see Chip Pearson&#8217;s discussion at: <a href="http://www.cpearson.com/excel/datedif.aspx" rel="nofollow">http://www.cpearson.com/excel/datedif.aspx</a><br />
Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nascimento</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-38943</link>
		<dc:creator>Paulo Nascimento</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-38943</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Concerning the EDATE(), how can we do something the way around? I mean get the number of months between two dates?&lt;/p&gt;
&lt;p&gt;Help would be appreciated.&lt;br&gt;
BR,&lt;br&gt;
Paulo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Concerning the EDATE(), how can we do something the way around? I mean get the number of months between two dates?</p>
<p>Help would be appreciated.<br />
BR,<br />
Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-35929</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 03 Nov 2008 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-35929</guid>
		<description>&lt;p&gt;A slight improvement on the NETWORKDAYS replacement.  If you use WEEKDAY(date,2), you can remove one of the sumproduct terms:&lt;/p&gt;
&lt;p&gt;SUMPRODUCT((WEEKDAY(ROW(INDIRECT(start_date&amp;&quot;:&quot;&amp;end_date)),2)&lt;6),(COUNTIF(holidays,ROW(INDIRECT(start_date&amp;&quot;:&quot;&amp;end_date)))=0))*(1-2*(start_date&gt;end_date))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A slight improvement on the NETWORKDAYS replacement.  If you use WEEKDAY(date,2), you can remove one of the sumproduct terms:</p>
<p>SUMPRODUCT((WEEKDAY(ROW(INDIRECT(start_date&amp;&#8221;:&#8221;&amp;end_date)),2)&lt;6),(COUNTIF(holidays,ROW(INDIRECT(start_date&amp;&#8221;:&#8221;&amp;end_date)))=0))*(1-2*(start_date&gt;end_date))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-35928</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 03 Nov 2008 14:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-35928</guid>
		<description>&lt;p&gt;A slight improvement on the NETWORKDAYS replacement.  If you use WEEKDAY(date,2), you can remove one of the sumproduct terms:&lt;/p&gt;
&lt;p&gt;SUMPRODUCT((WEEKDAY(ROW(INDIRECT(start_date&amp;&quot;:&quot;&amp;end_date)),2)end_date))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A slight improvement on the NETWORKDAYS replacement.  If you use WEEKDAY(date,2), you can remove one of the sumproduct terms:</p>
<p>SUMPRODUCT((WEEKDAY(ROW(INDIRECT(start_date&amp;&#8221;:&#8221;&amp;end_date)),2)end_date))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamesh</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-34793</link>
		<dc:creator>Kamesh</dc:creator>
		<pubDate>Mon, 15 Sep 2008 08:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-34793</guid>
		<description>&lt;p&gt;Hi,&lt;br&gt;
I need help with excel formula to get number of days in a given month before a specified date and after a specified date. Is there a single formula for this?&lt;br&gt;
Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need help with excel formula to get number of days in a given month before a specified date and after a specified date. Is there a single formula for this?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S Gray</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-20271</link>
		<dc:creator>S Gray</dc:creator>
		<pubDate>Sun, 23 Jul 2006 10:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-20271</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;m trying to use your formula for workday (without the analysis pak) in VBA, how do i go about this. The formula i&#039;m using is;&lt;/p&gt;
&lt;p&gt;=start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEKDAY(start_date+SIGN(days)*(ROW(INDIRECT(&quot;1:&quot;&amp;ABS(days)*10))),2)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to use your formula for workday (without the analysis pak) in VBA, how do i go about this. The formula i&#8217;m using is;</p>
<p>=start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEKDAY(start_date+SIGN(days)*(ROW(INDIRECT(&#8220;1:&#8221;&amp;ABS(days)*10))),2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Holland</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-19592</link>
		<dc:creator>Mike Holland</dc:creator>
		<pubDate>Wed, 03 May 2006 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-19592</guid>
		<description>&lt;p&gt;I note that you have a replacement for ISO.WEEKNUM nut don&#039;t show WEEKNUM. Here&#039;s a replacement for =WEEKNUM(serial_num,return_type)&lt;/p&gt;
&lt;p&gt;=INT((WEEKDAY(DATE(YEAR(serial_num),1,2-return_type))+serial_num-DATE(YEAR(serial_num),1,-5))/7)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I note that you have a replacement for ISO.WEEKNUM nut don&#8217;t show WEEKNUM. Here&#8217;s a replacement for =WEEKNUM(serial_num,return_type)</p>
<p>=INT((WEEKDAY(DATE(YEAR(serial_num),1,2-return_type))+serial_num-DATE(YEAR(serial_num),1,-5))/7)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAUL</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-18663</link>
		<dc:creator>PAUL</dc:creator>
		<pubDate>Tue, 07 Feb 2006 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-18663</guid>
		<description>&lt;p&gt;NETWORKDAYS FORMULA DOESN&#039;T WORK, EMDASHES FOUL THINGS UP.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>NETWORKDAYS FORMULA DOESN&#8217;T WORK, EMDASHES FOUL THINGS UP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nneka Ene</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-18338</link>
		<dc:creator>Nneka Ene</dc:creator>
		<pubDate>Mon, 16 Jan 2006 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-18338</guid>
		<description>&lt;p&gt;Hi, do have the replacement code for cumprinc?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, do have the replacement code for cumprinc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/19/replacing-the-analysis-toolpak-addin-part-2/#comment-15793</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 26 Aug 2005 03:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=944#comment-15793</guid>
		<description>&lt;p&gt;I am having an issue trying to come up with a formula to help me make a forcasting excel sheet. All I need to do is be able count how many tuesday there are between two dates. I have tried everything that I can think of.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am having an issue trying to come up with a formula to help me make a forcasting excel sheet. All I need to do is be able count how many tuesday there are between two dates. I have tried everything that I can think of.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

