<?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: Chart with a Dual Category Axis</title>
	<atom:link href="http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:53:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<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>By: Tyler</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-25351</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 12 Jan 2010 21:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-25351</guid>
		<description>Jon,

After more tinkering, I found that Excel wraps the categories if it has fewer than 14 of them in a single chart.  If I add a 14th or beyond, the categories stop wrapping.  Not sure if this is by design or a bug, but in any case I decided the simplest solution is to create a second chart and divide the categories across the two.  This works for my purposes.  Still a puzzling case though.

-Tyler</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>After more tinkering, I found that Excel wraps the categories if it has fewer than 14 of them in a single chart.  If I add a 14th or beyond, the categories stop wrapping.  Not sure if this is by design or a bug, but in any case I decided the simplest solution is to create a second chart and divide the categories across the two.  This works for my purposes.  Still a puzzling case though.</p>
<p>-Tyler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-25350</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-25350</guid>
		<description>Hi Jon,

Thanks for this great site, it&#039;s very helpful!

My question is this: I use multi-category charts in Excel 2007 on a regular basis.  In many of mine, I have a large number of categories and each has only two sub-categories.  In some cases the category names are long and the sub-categories are not, and I run into an issue where the category names do not wrap, resulting in overlapping letters with the next category.  What puzzles me is that some of my charts DO wrap properly.  I can&#039;t find any setting for this.  Do you know how I can cause my category names to wrap?

Thanks in advance,
-Tyler</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thanks for this great site, it&#8217;s very helpful!</p>
<p>My question is this: I use multi-category charts in Excel 2007 on a regular basis.  In many of mine, I have a large number of categories and each has only two sub-categories.  In some cases the category names are long and the sub-categories are not, and I run into an issue where the category names do not wrap, resulting in overlapping letters with the next category.  What puzzles me is that some of my charts DO wrap properly.  I can&#8217;t find any setting for this.  Do you know how I can cause my category names to wrap?</p>
<p>Thanks in advance,<br />
-Tyler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart West</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-20331</link>
		<dc:creator>Stuart West</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-20331</guid>
		<description>Thanks! Somehow pressing delete wasn&#039;t helping, but putting a space character in B31 sorted out the problem. That had completely stumped everyone in the office, so thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks! Somehow pressing delete wasn&#8217;t helping, but putting a space character in B31 sorted out the problem. That had completely stumped everyone in the office, so thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-20330</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-20330</guid>
		<description>Stuart -

I see. In both Excel 2003 SP3 and 2007 SP2, if row 31 is completely blank, or if cell B31 contains a space character, the last item is a subcategory. If A31 contains a space character or a formula that returns &quot;&quot;, Excel recognizes it as a non blank cell in column A and gives it its own category. Select cell A31 and press Delete, and it should fix the axis labels.</description>
		<content:encoded><![CDATA[<p>Stuart -</p>
<p>I see. In both Excel 2003 SP3 and 2007 SP2, if row 31 is completely blank, or if cell B31 contains a space character, the last item is a subcategory. If A31 contains a space character or a formula that returns &#8220;&#8221;, Excel recognizes it as a non blank cell in column A and gives it its own category. Select cell A31 and press Delete, and it should fix the axis labels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart West</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-20326</link>
		<dc:creator>Stuart West</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-20326</guid>
		<description>Hi Jon,

Thanks for the response. It&#039;s probably easiest if I show an example:

http://farm4.static.flickr.com/3440/3994464489_5698777cc9_o.jpg

The last row of the table contains only blank cells, but always shows up on the chart as a new category.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thanks for the response. It&#8217;s probably easiest if I show an example:</p>
<p><a href="http://farm4.static.flickr.com/3440/3994464489_5698777cc9_o.jpg" rel="nofollow">http://farm4.static.flickr.com/3440/3994464489_5698777cc9_o.jpg</a></p>
<p>The last row of the table contains only blank cells, but always shows up on the chart as a new category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-20294</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 08 Oct 2009 16:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-20294</guid>
		<description>Stuart -

Where is the last empty cell in my table (corresponding to yours)? Do you mean A12? Make sure the cell is really empty, and doesn&#039;t contain for example a stray space character.</description>
		<content:encoded><![CDATA[<p>Stuart -</p>
<p>Where is the last empty cell in my table (corresponding to yours)? Do you mean A12? Make sure the cell is really empty, and doesn&#8217;t contain for example a stray space character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart West</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-20290</link>
		<dc:creator>Stuart West</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-20290</guid>
		<description>Hi Jon,

I&#039;m having a problem with a chart like the one at the top of the page. For chart formatting reasons, the top and bottom cells in each subcategory group have been left empty (so in your example, B2 would be empty, Gear, Bearing and Motor would be in B3 to B5, B6 would be empty and so on). This works great except for the last empty cell in the table, which Excel treats as a new category instead of a subcategory. Can you suggest any way around this?</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I&#8217;m having a problem with a chart like the one at the top of the page. For chart formatting reasons, the top and bottom cells in each subcategory group have been left empty (so in your example, B2 would be empty, Gear, Bearing and Motor would be in B3 to B5, B6 would be empty and so on). This works great except for the last empty cell in the table, which Excel treats as a new category instead of a subcategory. Can you suggest any way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-19654</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-19654</guid>
		<description>Hi Simon -

If you don&#039;t want different formatting for the different main categories (Mechanical etc.), then move the &#039;this year&#039; data from columns E and G into column C, and the &#039;last year&#039; data from F and H into D, and only use columns C and D for your Y values.

Also thanks for the printer friendly suggestion. I have certainly considered this option, but haven&#039;t gotten around to figuring out how to implement it. One of these days.</description>
		<content:encoded><![CDATA[<p>Hi Simon -</p>
<p>If you don&#8217;t want different formatting for the different main categories (Mechanical etc.), then move the &#8216;this year&#8217; data from columns E and G into column C, and the &#8216;last year&#8217; data from F and H into D, and only use columns C and D for your Y values.</p>
<p>Also thanks for the printer friendly suggestion. I have certainly considered this option, but haven&#8217;t gotten around to figuring out how to implement it. One of these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-19651</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-19651</guid>
		<description>Hi Jon,
Thanks again for your blog, I keep coming back to it to learn how to do stuff I want to do, or just to get new idea.

Before my main question, here&#039;s a suggestion :   Would it be possible to make a &quot;printer friendly ersion&quot; of the page?  I like to print some of your pages because I dont have internet on my work computer and I dont need the menus on the left and other stuff.. Thanks :)



Main question:  
I am trying to make a dual-axis very similar to yours, but I want to display two numbers for each category. For example, Mechanical-Bearing would have &#039;failure rate last year&#039; and &#039;failure rate today&#039;.  The problem I have is if I want to display the legend, it shows these 2 variables as many times as I have categories.  

Example:
http://ceh.servehttp.com/upload/Classeur1.xls

(Here, I would like all the &#039;failure rate this year&#039; to be a color, the &#039;failure rate last year&#039; to be another and to have only 2 options in the legend, not 2*3..

any idea?
Thanks
Simon</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
Thanks again for your blog, I keep coming back to it to learn how to do stuff I want to do, or just to get new idea.</p>
<p>Before my main question, here&#8217;s a suggestion :   Would it be possible to make a &#8220;printer friendly ersion&#8221; of the page?  I like to print some of your pages because I dont have internet on my work computer and I dont need the menus on the left and other stuff.. Thanks :)</p>
<p>Main question:<br />
I am trying to make a dual-axis very similar to yours, but I want to display two numbers for each category. For example, Mechanical-Bearing would have &#8216;failure rate last year&#8217; and &#8216;failure rate today&#8217;.  The problem I have is if I want to display the legend, it shows these 2 variables as many times as I have categories.  </p>
<p>Example:<br />
<a href="http://ceh.servehttp.com/upload/Classeur1.xls" rel="nofollow">http://ceh.servehttp.com/upload/Classeur1.xls</a></p>
<p>(Here, I would like all the &#8216;failure rate this year&#8217; to be a color, the &#8216;failure rate last year&#8217; to be another and to have only 2 options in the legend, not 2*3..</p>
<p>any idea?<br />
Thanks<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-with-a-dual-category-axis/comment-page-1/#comment-15219</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=59#comment-15219</guid>
		<description>Shirlene -

It just occurred to me that Excel 2007 has a problem if there are more than (I think) 99 category labels. Above this number, you no longer have any control over how the labels are displayed.

You might try to use a alternate approach, &lt;a href=&quot;http://peltiertech.com/WordPress/individually-formatted-dual-category-labels/&quot; rel=&quot;nofollow&quot;&gt;Individually Formatted Dual Category Labels&lt;/a&gt;, which uses data label on invisible series instead of the built-in axis labels. Excel will put all of the labels wherever they go, no matter whether they overlap. So it will get around Excel 2007&#039;s problems with too many category labels.</description>
		<content:encoded><![CDATA[<p>Shirlene -</p>
<p>It just occurred to me that Excel 2007 has a problem if there are more than (I think) 99 category labels. Above this number, you no longer have any control over how the labels are displayed.</p>
<p>You might try to use a alternate approach, <a href="http://peltiertech.com/WordPress/individually-formatted-dual-category-labels/" rel="nofollow">Individually Formatted Dual Category Labels</a>, which uses data label on invisible series instead of the built-in axis labels. Excel will put all of the labels wherever they go, no matter whether they overlap. So it will get around Excel 2007&#8217;s problems with too many category labels.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
