<?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>www.excelrange.com &#187; formulas</title>
	<atom:link href="http://www.excelrange.com/tag/formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelrange.com</link>
	<description>Sharing Excel skills</description>
	<lastBuildDate>Tue, 11 Jan 2011 10:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Get the Sum of Rounded Numbers &#8220;correct&#8221;?</title>
		<link>http://www.excelrange.com/how-to-get-the-sum-of-rounded-numbers-correct/</link>
		<comments>http://www.excelrange.com/how-to-get-the-sum-of-rounded-numbers-correct/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:32:04 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[cell format]]></category>
		<category><![CDATA[formulas]]></category>
		<category><![CDATA[rounding numbers]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=233</guid>
		<description><![CDATA[It&#8217;s quite common that the calculation adds precise numbers which are formatted to be less precise. It might also happen that due to rounding, the formatted result seems mathematically incorrect on screen. 
Example:




Cell value
Cell value formatted with 1 decimal


A
12,75
12,8


B
12,75
12,8


SUM A+B
25,5
25,5



The last red number seems incorrect, because 12,8 + 12,8 = 25,6
Usually this is OK, as [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s quite common that the calculation adds precise numbers which are formatted to be less precise. It might also happen that due to rounding, the formatted result seems mathematically incorrect on screen. <span id="more-233"></span></p>
<p>Example:</p>
<table border="0">
<tbody>
<tr>
<td></td>
<td>Cell value</td>
<td>Cell value formatted with 1 decimal</td>
</tr>
<tr>
<td>A</td>
<td>12,75</td>
<td>12,8</td>
</tr>
<tr>
<td>B</td>
<td>12,75</td>
<td>12,8</td>
</tr>
<tr>
<td>SUM A+B</td>
<td>25,5</td>
<td style="color: #cc0000;"><strong>25,5</strong></td>
</tr>
</tbody>
</table>
<p>The last red number seems incorrect, because 12,8 + 12,8 = 25,6</p>
<p>Usually this is OK, as from the source data point of view, this is mathematically correct.  But on some rare cases you want to add up numbers as they are displayed and you want the result to be 25,6. To let Excel do the math at the displayed precision level go to:</p>
<p>On Excel 2007: <em>Excel Options &gt; Advanced</em>, scroll down to <em>When calculating this workbook<br />
</em></p>
<p>On Excel Mac 2008: <em>Excel -&gt; Preferences -&gt; Calculation</em></p>
<p>And check the field &#8216;<strong>Set precision as displayed</strong>&#8216;</p>
<p>This should be used with caution as Excel changes the numbers in cells permanently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/how-to-get-the-sum-of-rounded-numbers-correct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Excel Chart Inside the Cell</title>
		<link>http://www.excelrange.com/small-excel-chart-inside-the-cell/</link>
		<comments>http://www.excelrange.com/small-excel-chart-inside-the-cell/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 11:30:21 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[charting]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[formulas]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=216</guid>
		<description><![CDATA[Here is one tip for improving the readability of larger data tables &#8211; use in-cell graphics. This is based on using ordinary characters as graphic elements. It is possible to repeat the characters using Excel REPT() function. 
Below is a statistical table from Eurostat that is tuned with in-cell graphics.
Tip 1: You can apply calculations [...]]]></description>
			<content:encoded><![CDATA[<p>Here is one tip for improving the readability of larger data tables &#8211; use in-cell graphics. This is based on using ordinary characters as graphic elements. It is possible to repeat the characters using Excel REPT() function. <span id="more-216"></span></p>
<p>Below is a statistical table from Eurostat that is tuned with in-cell graphics.</p>
<p><strong>Tip 1</strong>: You can apply calculations to second parameter to fit the result into desired space (in this case, the numerical value is divided by 10)<strong> </strong></p>
<p><strong>Tip 2:</strong> Try experimenting with different characters for the repetition, like &#8220;-&#8221;, &#8220;o&#8221; as the first parameter for the function. You can also apply some other character at the end of the formula with &#8220;&amp;&#8221;+[end character]</p>
<div><strong>Tip 3:</strong> Changing fonts and font sizes of the cell can result in creative outcomes</div>
<div></div>
<div id="attachment_218" class="wp-caption alignnone" style="width: 258px"><a href="http://www.excelrange.com/wp-content/uploads/2009/12/in-cell-1.png" rel="lightbox[216]"><img class="size-medium wp-image-218" title="Excel in-cell graphics for improved readability" src="http://www.excelrange.com/wp-content/uploads/2009/12/in-cell-1-248x300.png" alt="Excel in-cell graphics for improved readability" width="248" height="300" /></a><p class="wp-caption-text">Excel in-cell graphics for improved readability</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/small-excel-chart-inside-the-cell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subtotal function in Excel Formulas Helps to Stay Organized</title>
		<link>http://www.excelrange.com/subtotal-function-in-excel-formulas/</link>
		<comments>http://www.excelrange.com/subtotal-function-in-excel-formulas/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 11:23:37 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[formulas]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=185</guid>
		<description><![CDATA[Large Excel spreadsheets are very vulnerable to mistakes in formulas. To reduce the probability of errors, good organization and structuring of data is a must.
Subtotal() function is one of the features that can help you to organize the spreadsheets better and prevent messy calculation logics. Novice Excel users often use SUM() function in places where [...]]]></description>
			<content:encoded><![CDATA[<p>Large Excel spreadsheets are very vulnerable to mistakes in formulas. To reduce the probability of errors, good organization and structuring of data is a must.</p>
<p>Subtotal() function is one of the features that can help you to organize the spreadsheets better and prevent messy calculation logics. Novice Excel users often use SUM() function in places where SUBTOTAL() would be more appropriate. For large tables this practice can produce unmanagable files and hard to find calculation errors. <span id="more-185"></span></p>
<p>SUBTOTAL is meant to calculate subtotals or summary rows in the middle of the data table. <strong>The important distinction between Subtotal and Sum is that Subtotal does not sum cells which contain another use of Subtotal.</strong> This prevents multiple sums.</p>
<table style="width: 382px; height: 355px; background-color: #ffff99;" border="0">
<tbody>
<tr>
<td>Bad practice</td>
<td></td>
<td>Better solution</td>
</tr>
<tr>
<td valign="top"><a href="http://www.excelrange.com/wp-content/uploads/2009/12/subtotal-bad.png" rel="lightbox[185]"><img class="alignnone size-medium wp-image-194" style="vertical-align: top;" src="http://www.excelrange.com/wp-content/uploads/2009/12/subtotal-bad-150x300.png" alt="Bad practice for subtotals" width="150" height="300" /></a></td>
<td></td>
<td valign="top"><a href="http://www.excelrange.com/wp-content/uploads/2009/12/subtotal.png" rel="lightbox[185]"><img class="alignnone size-medium wp-image-190" style="vertical-align: top;" title="Subtotal of categories" src="http://www.excelrange.com/wp-content/uploads/2009/12/subtotal-200x300.png" alt="Subtotal of categories" width="200" height="300" /></a></p>
<p>*Subtotals of categories are calculated with SUBTOTAL as well</td>
</tr>
</tbody>
</table>
<p>Using Subtotal instead of Sum() in formulas has the advantage, if you need to calculate over large number of subtotals and the table is long.</p>
<p>Be careful &#8211; if somebody else modifies the table and accidentally adds a row with SUM() function into the range that you sum with subtotal, then the result will be wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/subtotal-function-in-excel-formulas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

