<?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; Best Practices</title>
	<atom:link href="http://www.thefinancialmodeler.com/category/best-practices/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>Best Practice Fundementals &#8211; Inputs</title>
		<link>http://www.thefinancialmodeler.com/2009/best-practice-fundementals-inputs/</link>
		<comments>http://www.thefinancialmodeler.com/2009/best-practice-fundementals-inputs/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:41:40 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Input]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=21</guid>
		<description><![CDATA[One of the most common mistake in model development is the lack of clear distinction between inputs and calculations. Even worse are inputs hidden within formulas.
Let&#8217;s look at the following simple example which computes the present value of two distinct scenarios.

Without looking at each cell, one can only guess what are the inputs. It could [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common mistake in model development is the lack of clear distinction between inputs and calculations. Even worse are inputs hidden within formulas.</p>
<p>Let&#8217;s look at the following simple example which computes the present value of two distinct scenarios.</p>
<p><img src="/wp-admin/images/20090416_BP1.png" alt="Example - No identification of inputs" /></p>
<p>Without looking at each cell, one can only guess what are the inputs. It could well be any of the following:</p>
<table>
<tbody>
<tr>
<th>Used Formula</th>
<th>Inputs</th>
</tr>
<tr>
<td>NPER</td>
<td>Interest Rate, payment, present value and future value</td>
</tr>
<tr>
<td>PMT</td>
<td>Interest Rate, number of periods, present value and future value</td>
</tr>
<tr>
<td>PV</td>
<td>Interest Rate, number of periods, payment value and future value</td>
</tr>
<tr>
<td>FV</td>
<td>Interest Rate, number of periods, payment value and present value</td>
</tr>
</tbody>
</table>
<p><br/></p>
<p>We also have no idea of what interest rate was used in the calculation.</p>
<p>Now let&#8217;s look at the same improved model which uses distinct format for formulas and inputs. The interest rate is taken out of the formula for greater clarity and a dashed border is added to all input cells.</p>
<h6>Inadequate identification of inputs</h6>
<p><img src="/wp-admin/images/20090416_BP2.png" alt="Example - Inadequate identification of inputs" /></p>
<h6>Correct identification of inputs</h6>
<p><img src="/wp-admin/images/20090416_BP3.png" alt="Example - Inadequate identification of inputs" /></p>
<p>Of course, you have to define a convention and be consistent in its use. It could also be different than this one, for example, blue fonts for inputs. However, the dashed borders has one significant advantage, you can even clearly identify inputs on documents printed in black and white.</p>
<p>Note that in order to maximize the visibility of the dashed borders, you should turn off Excel&#8217;s gridlines.</p>
<h6>In <em>Excel 2003</em>, go to the Tools / Options menu and uncheck <strong>Show Gridlines</strong> of the General tab</h6>
<h6>In <em>Excel 2007</em>, in the Show / Hide section of the View Tab, uncheck <strong>Gridlines</strong></h6>
<p><br/></p>
<p>In my next post, I will take a look at one <strong>Excel functionnality</strong> to help you identify inputs, &#8220;Go To&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/best-practice-fundementals-inputs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
