<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Display decimals only when the number is less than 1 [Excel number formatting tip]</title>
	<atom:link href="http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:51:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 100 Excel Tips &#38; Resources for Everyone &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/#comment-36664</link>
		<dc:creator>100 Excel Tips &#38; Resources for Everyone &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Wed, 28 Jan 2009 00:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1405#comment-36664</guid>
		<description>[...] point only when number is less than one, use [&lt;1]_($#,##0.00_);_($#,##0_) as formatting code… Get Full Tip 49. To remove grid lines from excel worksheet, go to menu &gt; tools &gt; options &gt; and un-check [...]</description>
		<content:encoded><![CDATA[<p>[...] point only when number is less than one, use [&lt;1]_($#,##0.00_);_($#,##0_) as formatting code… Get Full Tip 49. To remove grid lines from excel worksheet, go to menu &gt; tools &gt; options &gt; and un-check [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Display decimals only when the number is less than 1 [Excel number formatting tip] &#124; CompuFiciency = Applied CompuTelligence</title>
		<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/#comment-26509</link>
		<dc:creator>Display decimals only when the number is less than 1 [Excel number formatting tip] &#124; CompuFiciency = Applied CompuTelligence</dc:creator>
		<pubDate>Mon, 27 Oct 2008 02:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1405#comment-26509</guid>
		<description>[...] Display decimals only when the number is less than 1 [Excel number formatting tip] &#124; Pointy Haired D... [...]</description>
		<content:encoded><![CDATA[<p>[...] Display decimals only when the number is less than 1 [Excel number formatting tip] | Pointy Haired D&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/#comment-24024</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 03 Oct 2008 13:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1405#comment-24024</guid>
		<description>I guess somebody upstream of you truncated them with a clever number format.</description>
		<content:encoded><![CDATA[<p>I guess somebody upstream of you truncated them with a clever number format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/#comment-24023</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Fri, 03 Oct 2008 13:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1405#comment-24023</guid>
		<description>@Jon, thanks for that tip. It sure helps to have the numbers aligned properly despite showing no decimals. 

Agree that changing &lt;10 might be appropriate. But in a rare case my data has elements below 1 with decimals and everything above is a whole number. (dont ask me why :D)</description>
		<content:encoded><![CDATA[<p>@Jon, thanks for that tip. It sure helps to have the numbers aligned properly despite showing no decimals. </p>
<p>Agree that changing &lt;10 might be appropriate. But in a rare case my data has elements below 1 with decimals and everything above is a whole number. (dont ask me why <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://chandoo.org/wp/2008/10/02/excel-number-formatting-tip-showing-decimals-conditionally/#comment-24014</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 03 Oct 2008 11:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1405#comment-24014</guid>
		<description>The problem with that format is that the numbers are poorly aligned. If you adjust the custom format to this:
 
  [&lt;1]_($#,##0.00_);_($#,##0_._0_0_)
 
and right align the cells (or choose the General alignment), the ones place will be lined up vertically, and the numbers will be easier to read.
 
Is there a problem with displayed precision mismatch with this format? A value of 0.99 shows two decimal places, while 1.01 shows none. Perhaps changing the beginning to [&lt;10] would be more appropriate.</description>
		<content:encoded><![CDATA[<p>The problem with that format is that the numbers are poorly aligned. If you adjust the custom format to this:<br />
 <br />
  [&lt;1]_($#,##0.00_);_($#,##0_._0_0_)<br />
 <br />
and right align the cells (or choose the General alignment), the ones place will be lined up vertically, and the numbers will be easier to read.<br />
 <br />
Is there a problem with displayed precision mismatch with this format? A value of 0.99 shows two decimal places, while 1.01 shows none. Perhaps changing the beginning to [&lt;10] would be more appropriate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
