<?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"
	>
<channel>
	<title>Comments on: Beginning of the Month Function in Excel</title>
	<atom:link href="http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/</link>
	<description></description>
	<pubDate>Sat, 31 Jul 2010 22:36:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Pablo</title>
		<link>http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/#comment-2240</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://businesstoolsblog.com/?p=311#comment-2240</guid>
		<description>Would it be possible to use EOMONTH formula to calculate the first day of any month minus 180 days? I'm trying to set up a payment calculation that would start payment on the first day of the month following 180 days from any date.

Thanks!</description>
		<content:encoded><![CDATA[<p>Would it be possible to use EOMONTH formula to calculate the first day of any month minus 180 days? I&#8217;m trying to set up a payment calculation that would start payment on the first day of the month following 180 days from any date.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/#comment-2088</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 21 Jul 2009 02:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://businesstoolsblog.com/?p=311#comment-2088</guid>
		<description>You are a champion - thanks</description>
		<content:encoded><![CDATA[<p>You are a champion - thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandi Mays</title>
		<link>http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/#comment-702</link>
		<dc:creator>Sandi Mays</dc:creator>
		<pubDate>Fri, 21 Nov 2008 23:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://businesstoolsblog.com/?p=311#comment-702</guid>
		<description>Thanks John!  These formulas are still a safe bet.  I still get calls asking about the #NAME? error.</description>
		<content:encoded><![CDATA[<p>Thanks John!  These formulas are still a safe bet.  I still get calls asking about the #NAME? error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://businesstoolsblog.com/2009/11/beginning-of-the-month-function-in-excel/#comment-693</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://businesstoolsblog.com/?p=311#comment-693</guid>
		<description>Back in the day (Excel 97), I could never count on other folks having the Analysis Toolpak installed, so I have always used DATE.

End of month:
=DATE(YEAR(A1),MONTH(A1)+1,0)

Beginning of month:
=DATE(YEAR(A1),MONTH(A1),1)

NOwadays, people no longer worry about disk space, so they install everything. And of course, Excel 2007 includes the ATP functions as built-in worksheet functions.</description>
		<content:encoded><![CDATA[<p>Back in the day (Excel 97), I could never count on other folks having the Analysis Toolpak installed, so I have always used DATE.</p>
<p>End of month:<br />
=DATE(YEAR(A1),MONTH(A1)+1,0)</p>
<p>Beginning of month:<br />
=DATE(YEAR(A1),MONTH(A1),1)</p>
<p>NOwadays, people no longer worry about disk space, so they install everything. And of course, Excel 2007 includes the ATP functions as built-in worksheet functions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
