<?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; Tips</title>
	<atom:link href="http://www.thefinancialmodeler.com/category/tips/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>Spotting Errors</title>
		<link>http://www.thefinancialmodeler.com/2009/spotting-errors/</link>
		<comments>http://www.thefinancialmodeler.com/2009/spotting-errors/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:50:37 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Auditing]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Formula]]></category>
		<category><![CDATA[R1C1]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=539</guid>
		<description><![CDATA[In a workbook, I like to be consistent in the use of columns across all worksheets. If the first month of my model is in column L in one worksheet, then it will be the same in all sheets.
I have found that this method is really useful in reading formulas because you can promptly see [...]]]></description>
			<content:encoded><![CDATA[<p>In a workbook, I like to be consistent in the use of columns across all worksheets. If the first month of my model is in column L in one worksheet, then it will be the same in all sheets.</p>
<p>I have found that this method is really useful in reading formulas because you can promptly see a displaced reference that points to a wrong column.</p>
<p>This week, I wanted to quickly see if I had formulas that might be referring to a wrong column. In order to do so, I switched Excel in <a href="http://www.thefinancialmodeler.com/2009/r1c1-enlightenment/">R1C1 reference style</a> and simply used <strong>Excel&#8217;s Find functionality</strong> to look for C[1] and C[-1] across the workbook.</p>
<p>As an example, I have a formula to get the revenues in another worksheet. In a consistently structured workbook, that formula would look like this in <strong>R1C1</strong>:</p>
<p><code>=Rev!R14C    'Refers to the Rev sheet, row 14 and same column</code></p>
<p>However, if my formulas are shift by one column, they might look like one of these:</p>
<p><code>=Rev!R14C[1]    'Refers one column to the right<br />
=Rev!R14C[-1]   'Refers one column to the left<br />
</code></p>
<p>If you find some offsetting errors, simply replace the [1] or [-1] with nothing. Beware of collateral damages by clicking &#8220;Find All&#8221; and reviewing the list of results before replacing all occurences.</p>
<p><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Correct-displaced-formula-using-R1C1.png"><img src="http://www.thefinancialmodeler.com/wp-content/uploads/Correct-displaced-formula-using-R1C1.png" alt="Correct displaced formula using R1C1" title="Correct displaced formula using R1C1" width="640" height="338" class="alignnone size-full wp-image-583" /></a></p>
<h4>Other related post:</h4>
<p><a href="http://www.thefinancialmodeler.com/2009/r1c1-enlightenment/">R1C1 Enlightenment</a><br />
<a href="http://www.thefinancialmodeler.com/2009/seven-tips-to-develop-a-structured-model/">Seven tips to develop a structured model</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/spotting-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Table Visualization using OFFSET and Conditional Formatting</title>
		<link>http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/</link>
		<comments>http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:19:36 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Conditional Format]]></category>
		<category><![CDATA[Excel Function]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[OFFSET]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=474</guid>
		<description><![CDATA[<p>Strong of our knowledge of the <a href="http://www.thefinancialmodeler.com/2009/offset-function-tutorial/">OFFSET function</a>, here's a tip on how to use that function in combination with <strong>Conditional Formatting</strong> to make a table more legible by reducing clutter.</p>

<p>This tip can be applied on a table where the items of the main field are layed out on multiple lines, just like in the next picture.</p>]]></description>
			<content:encoded><![CDATA[<p>With our knowledge of the <a href="http://www.thefinancialmodeler.com/2009/offset-function-tutorial/">OFFSET function</a>, here&#8217;s a tip on how to use that function combined with <strong>Conditional Formatting</strong> to make a table more legible by decluttering.</p>
<p>This tip can be applied on a table where the items of the main field are layed out on multiple lines, just like in the next picture.</p>
<div id="attachment_478" class="wp-caption alignnone" style="width: 264px"><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Table-before-Conditional-Format.png"><img class="size-full wp-image-478" title="Table before Conditional Format" src="http://www.thefinancialmodeler.com/wp-content/uploads/Table-before-Conditional-Format.png" alt="Table before Conditional Format" width="254" height="216" /></a><p class="wp-caption-text">Table before Conditional Format</p></div>
<p>It is possible to improve the readability of that table with formatting by separating the group of rows for each account with a border and by changing consecutive identical items to light gray.</p>
<div id="attachment_479" class="wp-caption alignnone" style="width: 264px"><a href="http://www.thefinancialmodeler.com/wp-content/uploads/Table-after-Conditional-Format.png"><img class="size-full wp-image-479" title="Table after Conditional Format" src="http://www.thefinancialmodeler.com/wp-content/uploads/Table-after-Conditional-Format.png" alt="Table after Conditional Format" width="254" height="216" /></a><p class="wp-caption-text">Table after Conditional Format</p></div>
<p>Here are the rules that were applied to achieve this.</p>
<table class="hor-minimalist" border="0">
<thead>
<tr>
<th>Rule</th>
<th>Description</th>
<th>A1 Formula (from row 2)</th>
<th>R1C1 Formula</th>
</tr>
</thead>
<tbody>
<tr>
<td>#1</td>
<td>Add bottom border</td>
<td>=$A2&lt;&gt;OFFSET($A2,1,0)</td>
<td>=RC1&lt;&gt;OFFSET(RC1,1,0)</td>
</tr>
<tr>
<td>#2</td>
<td>Change font to pale gray</td>
<td>=$A2=OFFSET($A2,-1,0)</td>
<td>=RC1=OFFSET(RC1,-1,0)</td>
</tr>
</tbody>
</table>
<p>
<h4>A few notes</h4>
</p>
<ul>
<li>Rule #1 is applied to all cells in the table, whereas rule #2 is only for column A.</li>
<li>This setup is valid for <strong>Excel 2007</strong> or later. To adapt it for previous versions, in column A, you need to add a rule that combines rule #1 and rule #2 and apply borders and pale gray fonts. This is due to the fact that only one <strong>Conditional Formatting</strong> rule could be applied in older Excel versions (download the <a href="http://www.thefinancialmodeler.com/wp-content/plugins/download-monitor/download.php?id=5">accompanying workbook</a> for more details).</li>
<li>I&#8217;ve put both the <strong>A1</strong> and <strong>R1C1</strong> formula in the table. I sometime find it easier to work in <strong>R1C1</strong> while doing <strong>Conditional Formatting</strong>, the main reason being that I don&#8217;t have to bother with what is the active cell while editing the formula.</li>
<li>I could have used a simpler formula without the <strong>OFFSET</strong> function like =$A2=$A3 instead. However, I prefer the <strong>OFFSET</strong> version since it is robust to row insertion.</li>
</ul>
<p>You can download the <a href="http://www.thefinancialmodeler.com/wp-content/plugins/download-monitor/download.php?id=5">accompanying workbook</a> to see the table in action and with additional comments.</p>
<p>If you want to learn more about R1C1 reference style, I encourage you to read <a href="http://www.thefinancialmodeler.com/2009/r1c1-enlightenment/">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/improve-table-visualization-using-offset-and-conditional-formatting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seven tips to develop a structured model</title>
		<link>http://www.thefinancialmodeler.com/2009/seven-tips-to-develop-a-structured-model/</link>
		<comments>http://www.thefinancialmodeler.com/2009/seven-tips-to-develop-a-structured-model/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 14:23:02 +0000</pubDate>
		<dc:creator>Sebastien Labonne</dc:creator>
				<category><![CDATA[Model Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Model Structure]]></category>
		<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=88</guid>
		<description><![CDATA[Create A Modular Design For Your Model
Don&#8217;t put everything on a single worksheet. Separate your model&#8217;s components on multiple worksheets, i.e. Revenues, COGS, Other Costs, Financing, Amortization etc…

Keep Your Sheet Names As Short As Possible
It will help keep formulas legible and you&#8217;ll see more sheet tabs at once which will help browse within the workbook. [...]]]></description>
			<content:encoded><![CDATA[<h3>Create A Modular Design For Your Model</h3>
<p>Don&#8217;t put everything on a single worksheet. Separate your model&#8217;s components on <strong>multiple worksheets</strong>, i.e. Revenues, COGS, Other Costs, Financing, Amortization etc…</p>
<p><img src="/wp-admin/images/20090630_img1.png" alt="Create A Modular Design For Your Model" /></p>
<h3>Keep Your Sheet Names As Short As Possible</h3>
<p>It will help <strong>keep formulas legible</strong> and you&#8217;ll see more sheet tabs at once which will help browse within the workbook. If you&#8217;re using external links, keeping filenames and folders short might also be a good idea.</p>
<p>Note that there is a 1024 characters limit per cell.  Thus, long sheet names or file names might enable you towards exceeding that limit.</p>
<p><img src="/wp-admin/images/20090630_img2.png" alt="Keep Your Sheet Names As Short As Possible" /></p>
<h3>Put Headings On Top Of Each Worksheet</h3>
<p>Keep a few rows on top of each sheet to identify what&#8217;s on the sheet. I often use these titles: company name, workbook description, worksheet description.</p>
<p><img src="/wp-admin/images/20090630_img3.png" alt="Put Headings On Top Of Each Worksheet" /></p>
<h3>Create Sub-Section Labels</h3>
<p>Make the outline obvious by <strong>indenting</strong> sub sections. You can use the indent functionality or use separate columns (i.e.: column A  for titles, column B for subtitles, column C for elements)</p>
<p>If you have many levels or if the worksheet is tall long, you might want to <strong>number your titles</strong> (i.e.: 1.2.2.b)</p>
<h3>Standardize Cell Formats</h3>
<p>… and <strong>minimize</strong> the number of different styles used (font, font-size, colors, borders, etc…). It will be much easier to read and visually more beautiful. You should also remove those gridlines.</p>
<h3>Identify inputs</h3>
<p>Use a <strong>distinct format</strong> for <a href="http://www.thefinancialmodeler.com/2009/best-practice-fundementals-inputs/">inputs</a> to help users quickly identify controllable elements. This is very often a missing item in models. If you had to use only one tip, this should be the one.</p>
<p><img src="/wp-admin/images/20090630_img4.png" alt="Identify inputs" /></p>
<h3>Be consistent</h3>
<p>Have a common structure throughout <strong>every worksheets</strong>. Use the same columns and rows for your labels and always keep the same period in the same column. It will be easier to follow and will also facilitate formula construction or auditing (e.g. see formula in the next picture)</p>
<p><img src="/wp-admin/images/20090630_img5.png" alt="Be consistent" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefinancialmodeler.com/2009/seven-tips-to-develop-a-structured-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
