<?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/"
	>

<channel>
	<title>The Financial Modeler &#187; Models</title>
	<atom:link href="http://www.thefinancialmodeler.com/category/models/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefinancialmodeler.com</link>
	<description>Leverage the power of Excel</description>
	<lastBuildDate>Fri, 05 Feb 2010 21:23:09 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Model Depreciation</title>
		<link>http://www.thefinancialmodeler.com/2009/how-to-model-depreciation/</link>
		<comments>http://www.thefinancialmodeler.com/2009/how-to-model-depreciation/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 21:35:25 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Models]]></category>
		<category><![CDATA[Depreciation]]></category>
		<category><![CDATA[Formula]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[OFFSET]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=513</guid>
		<description><![CDATA[<p>Completing the <a href="http://www.thefinancialmodeler.com/2009/offset-function-tutorial/">OFFSET</a> <a href="http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/">series</a>, let’s see a real-life example on how to use the <strong>OFFSET function</strong> to model depreciation.</p>

<p>Basically, the <strong>depreciation model</strong> needs the following inputs:</p>
<ul>
  <li>Monthly capital expenditures forecast</li>
  <li>Useful life of the assets</li>
</ul>

<p>With those inputs we’ll be able to calculate:</p>
<ul>
  <li>Monthly depreciation</li>
  <li>Accumulated CAPEX</li>
  <li>Accumulated depreciation</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>Completing the <a href="http://www.thefinancialmodeler.com/2009/offset-function-tutorial/">OFFSET</a> <a href="http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/">series</a>, let’s examine a real-life example on how to use the <strong>OFFSET function</strong> to model depreciation.</p>
<p>Basically, the <strong>depreciation model</strong> needs the following inputs:</p>
<ul>
<li>Monthly capital expenditures forecasts</li>
<li>Useful life of the assets</li>
</ul>
<p>With those inputs we’ll be able to calculate:</p>
<ul>
<li>Monthly depreciation</li>
<li>Accumulated CAPEX</li>
<li>Accumulated depreciation</li>
</ul>
<p>The next picture shows you how the model is setup.</p>
<div id="attachment_518" class="wp-caption alignnone" style="width: 550px"><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Depreciation-Model-Screenshot.png"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/Depreciation-Model-Screenshot-540x305.png" alt="Click the picture to enlarge" title="Depreciation Model Screenshot" width="540" height="305" class="size-large wp-image-518" /></a><p class="wp-caption-text">Click the picture to enlarge</p></div>
<p>From my experience, to calculate depreciation most people use a simple <strong>SUM</strong> across the number of months (e.g.: =SUM(M10:X10)/12). However, this function is error-prone and inflexible.</p>
<p>To build a better formula, we’ll replace the range in the <strong>SUM</strong> function with <strong>OFFSET</strong> which will give us a flexible and appropriate width. The next picture illustrates the formula.</p>
<p><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Depreciation-formula-description.png"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/Depreciation-formula-description.png" alt="Depreciation formula description" title="Depreciation formula description" width="449" height="206" class="alignnone size-full wp-image-520" /></a></p>
<p>The tricky part is highlighted in blue. You want the range to include the capital expenditures of the previous months, but not too much. You are limited by the two elements in the <strong>MIN</strong> function.</p>
<ul>
<li>$D17 which represents the useful life of the assets.</li>
<li>Q$7 which refers to a helper row with the index of the current month in the model.</li>
</ul>
<p>So, if we are in the 5th month of the model and the useful life of the assets on that line is 12 months, we would widen it only to get 5 months of capital expenditures. However, from the 12th month on, the second parameter becomes irrelevant.</p>
<h3>Download the model</h3>
<p>Since this blog is all about developing better models, I strongly suggest you <a href="http://www.thefinancialmodeler.com/wp-content/plugins/download-monitor/download.php?id=6">download the file</a> with the example discussed above.</p>
<p>In addition to what is presented here, you’ll see a lot of additional explanations and 2 other uses of the OFFSET function to get yearly totals and also to get year-end balances.</p>
<p>If you still have problems with the OFFSET function, I suggest you read the <a href="http://www.thefinancialmodeler.com/2009/offset-function-tutorial/">OFFSET tutorial</a> and <a href="http://www.thefinancialmodeler.com/wp-content/plugins/download-monitor/download.php?id=4">download</a> the attached file.</p>
<p>What do you think? Do you have any other use for <strong>OFFSET</strong> you would like to share?</p>
<h4>Other related post:</h4>
<p><a href="http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/">Improve Table Visualization using OFFSET and Conditional Formatting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/how-to-model-depreciation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to School &#8211; The Excel Model</title>
		<link>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/</link>
		<comments>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:31:37 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Models]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[RAND]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=282</guid>
		<description><![CDATA[<a href="http://www.thefinancialmodeler.com/wp-content/uploads/Alphabet-on-the-old-style-blackboard-by-Kriss-Szkurlatowski.jpg"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/Alphabet-on-the-old-style-blackboard-by-Kriss-Szkurlatowski-150x107.jpg" alt="Alphabet on the old style blackboard by Kriss Szkurlatowski - http://www.sxc.hu/profile/hisks" title="Alphabet on the old style blackboard by Kriss Szkurlatowski - http://www.sxc.hu/profile/hisks" width="150" height="107" class="alignleft size-thumbnail wp-image-284" /></a>

<p>I often find myself having a hard time explaining what a financial model is because to me, it could be almost anything.</p>

<p>That said, I'll set aside the financial part today and show you a very simple Excel model, useful for those of us who have kids in elementary school. It's my personal version of the random cards you might have at home to help the kids learn their alphabet or addition tables.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Alphabet-on-the-old-style-blackboard-by-Kriss-Szkurlatowski.jpg"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/Alphabet-on-the-old-style-blackboard-by-Kriss-Szkurlatowski-150x107.jpg" alt="Alphabet on the old style blackboard by Kriss Szkurlatowski - http://www.sxc.hu/profile/hisks" title="Alphabet on the old style blackboard by Kriss Szkurlatowski - http://www.sxc.hu/profile/hisks" width="150" height="107" class="alignleft size-thumbnail wp-image-284" /></a></p>
<p>I often find myself having a hard time explaining what a financial model is because to me, it could be almost anything.</p>
<p>That said, I&#8217;ll set aside the financial part today and show you a very simple Excel model, useful for those of us who have kids in elementary school. It&#8217;s my personal version of the random cards you might have at home to help the kids learn their alphabet or addition tables.</p>
<p>The model is rather simple. You have one column with all the possible elements and next to it, another with the formula =RAND(), which gives you a random number between 0 and 1 at each recalculation. Then you simply have to look up the letter next to the smallest value. Each time you want to change the letter, you simply need to press F9. Excel will then recalculate all RAND() formulas.  You can see it in action demonstrated in the picture below.</p>
<p><a href="http://www.thefinancialmodeler.com/wp-content/uploads/20090911_Random-letter.png"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/20090911_Random-letter-540x326.png" alt="20090911_Random letter" title="20090911_Random letter" width="540" height="326" class="alignnone size-large wp-image-300" /></a></p>
<p>You can download it <a href="http://www.thefinancialmodeler.com/wp-content/plugins/download-monitor/download.php?id=1">here</a> (file size: 101 KB). It also includes an addition table. I&#8217;ll let you work out the multiplication table.</p>
<p>Have fun!</p>
<h4>Update</H4><br />
 There is a new version of the file with Jim Carson&#8217;s suggestion of adding random colors to the letters. Thanks Jim!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
