<?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; XGLP</title>
	<atom:link href="http://xlglblog.wordpress.com/tag/xglp/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; XGLP</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>Getting Total of all Receipt per Customer</title>
		<link>http://xlglblog.wordpress.com/2010/01/13/getting-total-of-all-receipt-per-customer/</link>
		<comments>http://xlglblog.wordpress.com/2010/01/13/getting-total-of-all-receipt-per-customer/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:02:06 +0000</pubDate>
		<dc:creator>Pierre Alain Carrier</dc:creator>
				<category><![CDATA[Financial reporting]]></category>
		<category><![CDATA[Amounts]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Figures]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Simply Accounting]]></category>
		<category><![CDATA[Worksheet functions]]></category>
		<category><![CDATA[XGLP]]></category>
		<category><![CDATA[XLGL]]></category>

		<guid isPermaLink="false">http://blog.logicimtech.com/?p=90</guid>
		<description><![CDATA[Learn how to get the total receipt amount per customer using XLGL.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=90&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>While reviewing the survey responses</strong> we got last month, I found an interesting question/comment on getting <em>the total of customer receipts for the year</em>. This is one example of the type of flexibility you have with <strong>XLGL</strong>. Let’s look at the solution.</p>
<p><strong>Basically, what we want is a list of customers</strong> with an amount next to each name showing how much money we received for a given period. For this example, we’ll suppose we have the beginning and ending date for our period in <strong>B2</strong> and <strong>B3</strong>.</p>
<p><strong>Getting the list of customer</strong> is quite easy. We open the <strong>XLGL Console</strong> and go to <em>Receivables</em> and <em>Clients List</em>. We  drag and drop the word <strong><em>ALL</em></strong> to cell <strong>A5</strong>. This is what we have:</p>
<p><a href="http://xlglblog.files.wordpress.com/2010/01/customerreceipt1.jpg"><img class="size-full wp-image-92 alignnone" title="customerReceipt1" src="http://xlglblog.files.wordpress.com/2010/01/customerreceipt1.jpg?w=450" alt="Customer Receipts for period"   /></a></p>
<p><strong> </strong></p>
<p><strong>Now come the real challenge</strong>. We want to know how much money we receive from these customers. Money received goes to the bank, so let use our GL function and get the amount of money that entered the bank account from each customer.</p>
<p><strong>Still using the XLGL console</strong>, we go to <em>General</em> and <em>Worksheet Functions</em>. We then drag and <strong>drop Amount of GL transaction for period</strong> to cell <strong>B5</strong> and fill out the <strong><em>Function Argument</em></strong> window like this:</p>
<p><a href="http://xlglblog.files.wordpress.com/2010/01/customerreceipt2.jpg"><img class="size-full wp-image-93 alignnone" title="customerReceipt2" src="http://xlglblog.files.wordpress.com/2010/01/customerreceipt2.jpg?w=450&h=280" alt="Argument window" width="450" height="280" /></a></p>
<p><a href="http://xlglblog.files.wordpress.com/2010/01/customerreceipt3.jpg"><img class="size-full wp-image-94 alignnone" title="customerReceipt3" src="http://xlglblog.files.wordpress.com/2010/01/customerreceipt3.jpg?w=450&h=282" alt="Argument window" width="450" height="282" /></a></p>
<p>The parameters are filled like this:</p>
<ul>
<li><strong>Accounts</strong>: 10600 &gt;&gt; This is our bank account. We could have put this in a cell and reference to it as well.</li>
<li><strong>Beginning and End</strong>: the date in <strong>B2</strong> and <strong>B3</strong> on our worksheet.</li>
<li><strong>Customers</strong>: A5 &gt;&gt; The first customer in our list.</li>
</ul>
<p><strong>Note that you have to scroll down</strong> to see the Customers parameter as shown in the second image above.</p>
<p><strong>We click OK</strong> (or press Enter) and <strong><em>Fill down/copy</em></strong> our formula next to each customer to have the final result.</p>
<p><a href="http://xlglblog.files.wordpress.com/2010/01/customerreceipt4.jpg"><img class="size-full wp-image-95 alignnone" title="customerReceipt4" src="http://xlglblog.files.wordpress.com/2010/01/customerreceipt4.jpg?w=450" alt="Final Result"   /></a></p>
<p><strong> </strong> </p>
<p><strong>For the more technically inclined</strong>, the formula bar is showing this:</p>
<p><a href="http://xlglblog.files.wordpress.com/2010/01/customerreceipt5.jpg"><img class="size-full wp-image-96 alignnone" title="customerReceipt5" src="http://xlglblog.files.wordpress.com/2010/01/customerreceipt5.jpg?w=450" alt="Formula Bar"   /></a></p>
<p><strong> </strong></p>
<p><strong>Change the dates in <em>B2</em> and <em>B3</em></strong> to switch period and watch the amount update.</p>
<p><strong>You can drill down</strong> on an amount by right-clicking on it and selecting <strong>Drilldown</strong>.</p>
<p>This is just one example of the flexibility of <strong>XLGL</strong>. Would you like to see another one? <em>Tell us what you’d like</em>.</p>
<p>Pierre Alain</p>
<br />Posted in Financial reporting Tagged: Amounts, Excel, Figures, Financial reporting, Reporting, Simply Accounting, Worksheet functions, XGLP, XLGL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xlglblog.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xlglblog.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xlglblog.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=90&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xlglblog.wordpress.com/2010/01/13/getting-total-of-all-receipt-per-customer/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>

		<media:content url="http://xlglblog.files.wordpress.com/2010/01/customerreceipt1.jpg" medium="image">
			<media:title type="html">customerReceipt1</media:title>
		</media:content>

		<media:content url="http://xlglblog.files.wordpress.com/2010/01/customerreceipt2.jpg" medium="image">
			<media:title type="html">customerReceipt2</media:title>
		</media:content>

		<media:content url="http://xlglblog.files.wordpress.com/2010/01/customerreceipt3.jpg" medium="image">
			<media:title type="html">customerReceipt3</media:title>
		</media:content>

		<media:content url="http://xlglblog.files.wordpress.com/2010/01/customerreceipt4.jpg" medium="image">
			<media:title type="html">customerReceipt4</media:title>
		</media:content>

		<media:content url="http://xlglblog.files.wordpress.com/2010/01/customerreceipt5.jpg" medium="image">
			<media:title type="html">customerReceipt5</media:title>
		</media:content>
	</item>
		<item>
		<title>Financial reporting #2</title>
		<link>http://xlglblog.wordpress.com/2009/01/21/financial-reporting-2/</link>
		<comments>http://xlglblog.wordpress.com/2009/01/21/financial-reporting-2/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:49:12 +0000</pubDate>
		<dc:creator>Pierre Alain Carrier</dc:creator>
				<category><![CDATA[Financial reporting]]></category>
		<category><![CDATA[Amounts]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel UDF]]></category>
		<category><![CDATA[Figures]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Simply Accounting]]></category>
		<category><![CDATA[Transactions]]></category>
		<category><![CDATA[Worksheet functions]]></category>
		<category><![CDATA[XGL]]></category>
		<category><![CDATA[XGLP]]></category>
		<category><![CDATA[XLGL]]></category>

		<guid isPermaLink="false">http://xlglblog.wordpress.com/?p=44</guid>
		<description><![CDATA[When you need the exact balance for an account or account-department, you must use the XGL function.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=44&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last time we saw that using the XGLP function we can fetch any figures from the GL related or not to other module. One thing that XGLP won&#8217;t do is return an account balance.</p>
<p>With XGLP, you can leave the beginning of the period empty and use only an end date to retrieve a pseudo-balance. It is not a real balance because it does not use starting balance. XLGL only adds transaction amount, not starting balance for account/department.</p>
<p>You can still use the method above to get the balance for a project, or a vendor, but when you need the exact balance for an account or account-department, you must use XGL.</p>
<p>XGL is very similar to XGLP, only with fewer arguments. Here is an example:</p>
<p>=XGL(1020, &#8220;12/31/2008&#8243;, &#8220;0100&#8243;)</p>
<p>will return the balance for account 1020, department 0100 on December 31st 2008. XGL take only one date as it returns a balance. XGL will take your starting balance and add transactions amount up to the date you request.</p>
<p>This is the function you would use to create a Balance sheet for example.</p>
<p>There is one thing concerning the GL we still have to look at and that is Budget. Next time, we&#8217;ll look at the new XGLBudgets function as it related to the GL.</p>
<br />Posted in Financial reporting Tagged: Amounts, Excel, Excel UDF, Figures, Financial reporting, Import, Reporting, Simply Accounting, Transactions, Worksheet functions, XGL, XGLP, XLGL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xlglblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xlglblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xlglblog.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=44&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xlglblog.wordpress.com/2009/01/21/financial-reporting-2/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>
		<item>
		<title>Financial Reporting #1</title>
		<link>http://xlglblog.wordpress.com/2009/01/13/financial-reporting-1/</link>
		<comments>http://xlglblog.wordpress.com/2009/01/13/financial-reporting-1/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:21:12 +0000</pubDate>
		<dc:creator>Pierre Alain Carrier</dc:creator>
				<category><![CDATA[Financial reporting]]></category>
		<category><![CDATA[Amounts]]></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[Transactions]]></category>
		<category><![CDATA[Worksheet functions]]></category>
		<category><![CDATA[XGLP]]></category>
		<category><![CDATA[XLGL]]></category>

		<guid isPermaLink="false">http://xlglblog.wordpress.com/?p=29</guid>
		<description><![CDATA[Although XLGL has custom querying tools, it offers a nice alternative, both easier to use and more flexible: the worksheet function.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=29&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-34" title="XLGL worksheet function" src="http://xlglblog.files.wordpress.com/2009/01/xlgl1-1301091.jpg?w=450" alt="XLGL worksheet function"   />When doing financial reporting, you usually want to report some monetary figures from the General Ledger (GL) over a period or at a certain date.</p>
<p>Using traditional and general purpose reporting tools such as Crystal Report or Ms Query, you would need to create a custom query using multiple tables. This can become complex rapidly even when you&#8217;re not using Departments or projects.</p>
<p>Although XLGL has custom querying tools as well, it offers a nice alternative, both easier to use and more flexible: the worksheet function.</p>
<p>An XLGL worksheet function is a regular Excel worksheet function. It takes parameters, does some calculation and return a result in a cell. The only difference is that the XLGL function will fetch data from your Simply Accounting file as needed to perform its calculation.</p>
<p>For example, entering the following formula in a cell:</p>
<p>=XGLP(4010, &#8220;August&#8221;)</p>
<p>will return the amount of all transaction posted to account 4010 in August of the current fiscal year. Of course, the account number and the period can reside in other cell that you reference in your function:</p>
<p>=XGLP($A4,$ C$1)</p>
<p>Although you can learn the function and parameter name, XLGL offers a nice drag and drop interface integrated with Excel. You can drag a function, drop it in a cell, set up the parameter using an easy Wizard and then copy the formula to other part of the worksheet.</p>
<p> <img class="aligncenter size-full wp-image-36" title="Function Wizard" src="http://xlglblog.files.wordpress.com/2009/01/xlgl2-130109.jpg?w=450&h=318" alt="Function Wizard" width="450" height="318" /></p>
<p>The following online videos shows how to build a complete Income Statement using this method:</p>
<p><a href="http://www.logicimtech.com/learnxlgl.aspx">http://www.logicimtech.com/learnxlgl.aspx</a></p>
<p>Here are some more example of how the XGLP function can be used:</p>
<p>=XGLP(&#8220;Revenue&#8221;, &#8220;August&#8221;, &#8220;December&#8221;, &#8220;0100&#8243;)</p>
<p>will return the total amount for all revenue accounts using department 0100 for transaction made between August and December.</p>
<p>=XGLP(&#8220;5010, 5020&#8243;, &#8220;First Quarter&#8221;,,,&#8221;ACME Novelty Ltd.&#8221;)</p>
<p>will return all purchase made at ACME Novelty Ltd. in account 5010 and 5020 in the first quarter of the current fiscal year.</p>
<p>Of course, the power of the worksheet function is best shown not in its individual use, but when use to create a full report (see video above). Once you have report finished in this way, you can just change the period to update everything very rapidly.</p>
<p>Next time, we&#8217;ll continue our financial reporting tour with another function use to get the balance of an account.</p>
<p>Is there some type of financial reporting you think would be difficult to do using this method? Let us know!</p>
<br />Posted in Financial reporting Tagged: Amounts, Excel, Excel UDF, Figures, Financial reporting, Reporting, Simply Accounting, Transactions, Worksheet functions, XGLP, XLGL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xlglblog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xlglblog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xlglblog.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xlglblog.wordpress.com&#038;blog=5721441&#038;post=29&#038;subd=xlglblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xlglblog.wordpress.com/2009/01/13/financial-reporting-1/feed/</wfw:commentRss>
		<slash:comments>1</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>

		<media:content url="http://xlglblog.files.wordpress.com/2009/01/xlgl1-1301091.jpg" medium="image">
			<media:title type="html">XLGL worksheet function</media:title>
		</media:content>

		<media:content url="http://xlglblog.files.wordpress.com/2009/01/xlgl2-130109.jpg" medium="image">
			<media:title type="html">Function Wizard</media:title>
		</media:content>
	</item>
	</channel>
</rss>
