<?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: The Art of Excel Charting</title>
	<atom:link href="http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Tue, 16 Mar 2010 13:51:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flu Trends Chart in Excel [Yes, we can edition] &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-91706</link>
		<dc:creator>Flu Trends Chart in Excel [Yes, we can edition] &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-91706</guid>
		<description>[...] Medals by Country &#124; Survey Results Dashboard &#124; Test Cricket Statistics &#124; Dynamic [...]</description>
		<content:encoded><![CDATA[<p>[...] Medals by Country | Survey Results Dashboard | Test Cricket Statistics | Dynamic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pointy Haired Dilbert: amazing MS Excel blog offers free downloadable templates &#124; freewaregenius.com</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-71093</link>
		<dc:creator>Pointy Haired Dilbert: amazing MS Excel blog offers free downloadable templates &#124; freewaregenius.com</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-71093</guid>
		<description>[...] Artistic dashboards in Excel. Very cool. Tutorial available here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Artistic dashboards in Excel. Very cool. Tutorial available here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25974</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Mon, 20 Oct 2008 18:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25974</guid>
		<description>@John: Awesome...</description>
		<content:encoded><![CDATA[<p>@John: Awesome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25963</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25963</guid>
		<description>Chandoo,

Many thanks for that - I see where I was going wrong (easy when you know). All I need to do now, is sort out automating my offsets and replicate it across 6 products and 12 months :)</description>
		<content:encoded><![CDATA[<p>Chandoo,</p>
<p>Many thanks for that &#8211; I see where I was going wrong (easy when you know). All I need to do now, is sort out automating my offsets and replicate it across 6 products and 12 months <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25697</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Fri, 17 Oct 2008 17:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25697</guid>
		<description>@John ... I guess you are planning to create a chart where in each square area you want to show 2 blocks, one at the bottom with no. servers in prod and another bigger blog with total servers ...?

assuming no. servers in A1, total servers in A2 and the block of area which you want to fill with 1(if it should colored for no. servers in prod), 2(for total) and blank (to be left blank) is in C1:L10

you can write formula like this:

&lt;code&gt;=if((10-row())*10 + 12-column() &lt;=$a$1,1,if((10-row())*10 + 12-column() &lt;=$a$2,2,&quot;&quot;))&lt;/code&gt;

Once you have 1,2 and blanks, just use conditional formatting to fill the squares a la square pie.

You may want to read this: http://chandoo.org/wp/2008/07/10/partition-charts-visualization-fun/</description>
		<content:encoded><![CDATA[<p>@John &#8230; I guess you are planning to create a chart where in each square area you want to show 2 blocks, one at the bottom with no. servers in prod and another bigger blog with total servers &#8230;?</p>
<p>assuming no. servers in A1, total servers in A2 and the block of area which you want to fill with 1(if it should colored for no. servers in prod), 2(for total) and blank (to be left blank) is in C1:L10</p>
<p>you can write formula like this:</p>
<p><code>=if((10-row())*10 + 12-column() < =$a$1,1,if((10-row())*10 + 12-column() <=$a$2,2,""))</code></p>
<p>Once you have 1,2 and blanks, just use conditional formatting to fill the squares a la square pie.</p>
<p>You may want to read this: <a href="http://chandoo.org/wp/2008/07/10/partition-charts-visualization-fun/" rel="nofollow">http://chandoo.org/wp/2008/07/10/partition-charts-visualization-fun/</a></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25654</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 17 Oct 2008 10:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-25654</guid>
		<description>Hi,
I love this chart, and so does my CIO! However, I was wondering if it would be possible to show two data series in this way - e.g. no of servers in production vs. total no of servers?

I have hurt my brain and made my eyes bleed trying to get the two sets of figures overlapped (as in a stacked barchart with 100% overlap, but my &quot;IF&quot; writing is just not up to it - any ideas?
thanks :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I love this chart, and so does my CIO! However, I was wondering if it would be possible to show two data series in this way &#8211; e.g. no of servers in production vs. total no of servers?</p>
<p>I have hurt my brain and made my eyes bleed trying to get the two sets of figures overlapped (as in a stacked barchart with 100% overlap, but my &#8220;IF&#8221; writing is just not up to it &#8211; any ideas?<br />
thanks <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doing the NY times Olympic medals by country year visualization in excel &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-17515</link>
		<dc:creator>Doing the NY times Olympic medals by country year visualization in excel &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-17515</guid>
		<description>[...] see: The art of excel charting - making ubercool dashboards Junk the default charts, use this art grade templates instead Did you fire a bullet graph today?    [...]</description>
		<content:encoded><![CDATA[<p>[...] see: The art of excel charting &#8211; making ubercool dashboards Junk the default charts, use this art grade templates instead Did you fire a bullet graph today?    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thermometer charts in excel - cool visualization trick &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-12951</link>
		<dc:creator>Thermometer charts in excel - cool visualization trick &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-12951</guid>
		<description>[...] this? Also learn how to create artistic grid charts as an alternative to pie charts, beautify your charts with these 73 designer quality templates, put together in-cell pie charts, [...]</description>
		<content:encoded><![CDATA[<p>[...] this? Also learn how to create artistic grid charts as an alternative to pie charts, beautify your charts with these 73 designer quality templates, put together in-cell pie charts, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn Cool Microsoft Excel Conditional Formatting Tricks - Be a Rock star (Tips &#124; How tos - Save time, impress everyone) &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-4172</link>
		<dc:creator>Learn Cool Microsoft Excel Conditional Formatting Tricks - Be a Rock star (Tips &#124; How tos - Save time, impress everyone) &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Fri, 14 Mar 2008 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/2007/06/27/the-art-of-excel-charting/#comment-4172</guid>
		<description>[...] read : Create dash boards in Excel &#124; How to draw impressive charts in Excel &#124; Changing the default chart settings to impress [...]</description>
		<content:encoded><![CDATA[<p>[...] read : Create dash boards in Excel | How to draw impressive charts in Excel | Changing the default chart settings to impress [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
