<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>XLGL's Blog &#187; Budgeting</title>
	<atom:link href="http://xlglblog.wordpress.com/tag/budgeting/feed/" rel="self" type="application/rss+xml" />
	<link>http://xlglblog.wordpress.com</link>
	<description>The Power of Excel, the Simplicity of Simply Accounting</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='xlglblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/99a4f0500a7e63ab408b67375eb7f9f4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>XLGL's Blog &#187; Budgeting</title>
		<link>http://xlglblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://xlglblog.wordpress.com/osd.xml" title="XLGL&#039;s Blog" />
	<atom:link rel='hub' href='http://xlglblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Financial Reporting #3</title>
		<link>http://xlglblog.wordpress.com/2009/02/18/financial-reporting-3/</link>
		<comments>http://xlglblog.wordpress.com/2009/02/18/financial-reporting-3/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:53:16 +0000</pubDate>
		<dc:creator>Pierre Alain Carrier</dc:creator>
				<category><![CDATA[Financial reporting]]></category>
		<category><![CDATA[Amounts]]></category>
		<category><![CDATA[Budgeting]]></category>
		<category><![CDATA[Budgets]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel UDF]]></category>
		<category><![CDATA[Figures]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Simply Accounting]]></category>
		<category><![CDATA[Worksheet functions]]></category>
		<category><![CDATA[XGLBudgets]]></category>

		<guid isPermaLink="false">http://xlglblog.wordpress.com/?p=46</guid>
		<description><![CDATA[Today we'll see how to get budgeted amounts from the GL.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=46&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the last post of this series on basics of financial reporting with XLGL. So far, we have seen how to import financial figure using the XGLP (P stands for period) and XGL (to fetch the balance at a given date). Today we&#8217;ll see how to get budgeted amounts from the GL.</p>
<p>The name of the worksheet function is XGLBudgets (I&#8217;m sure you guessed that one) and it works very much like XGLP. Here are some examples:</p>
<p>=XGLBudgets(4010, &#8220;August&#8221;)</p>
<p>will return the budget amount for account 4010 in August of the current fiscal year.</p>
<p>=XGLBudgets(&#8220;5010, 5020&#8243;, &#8220;First Quarter&#8221;, &#8220;Second Quarter&#8221;, &#8220;0100&#8243;)</p>
<p>will return the total budget amount for accounts 5010  and 5020, and department 0100,  between the beginning of the first quarter and the end of the second quarter of the current fiscal year.</p>
<p>The function can be created using the XLGL console or using the Excel Insert Function wizard as explained in <a title="Financial Reporting #1" href="http://xlglblog.wordpress.com/2009/01/13/financial-reporting-1/" target="_blank">Financial Reporting #1</a>.</p>
<p>As you may know, Simply Accounting requires you to define a budgeting period for your company: Monthly, Bi-Monthly, Quarterly, etc. When reporting using XLGL, you do not have to restrict yourself to these period. For example, if your budget are set as Monthly, you can still use the following function:</p>
<p>=XGLBudgets(4010, &#8220;First Quarter&#8221;)</p>
<p>In this case, XLGL will simply add the budget for the first three month of the year and return the result.</p>
<p>What if your situation is the opposite? You are using Quarterly budgets in Simply Accounting and want to report Monthly, as in:</p>
<p> =XGLBudgets(4010, &#8220;August&#8221;)</p>
<p>By default, XLGL will use linear interpolation to calculate the budget. In this case, XLGL will return the proportional equivalent for August. Note that this won&#8217;t be exactly a third of the budget because XLGL interpolate using daily calculation. As August as 31 days, it will have a bigger budget than September.</p>
<p>Beside linear interpolation, you can also decide to clamp up or down the returned value, that is return the complete amount either when the period is partly present or only when the period is completely included, or using cubic interpolation. Cubic interpolation will take into account budgets from previous and following period to calculate acceleration or deceleration and return a more precise figure.</p>
<p>In summary, the XGLBudgets function will cover all budgeting scenario easily. Although we did not talk about it, it will also cover project budgeting.</p>
<p>Do you have a budgeting problem? Would you like to know more about project budgeting? Let us know!</p>
<br />Posted in Financial reporting Tagged: Amounts, Budgeting, Budgets, Excel, Excel UDF, Figures, Financial reporting, Reporting, Simply Accounting, Worksheet functions, XGLBudgets <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xlglblog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xlglblog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xlglblog.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=46&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xlglblog.wordpress.com/2009/02/18/financial-reporting-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adfeaa33c0609ad700d2d1e9019ca825?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">xlgl</media:title>
		</media:content>
	</item>
	</channel>
</rss>
