<?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; function</title>
	<atom:link href="http://www.excelrange.com/tag/function/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>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>

