<?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: Mike Alexander&#8217;s Favorite Chart Labeling Tricks (Guest Post)</title>
	<atom:link href="http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kishor</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-180874</link>
		<dc:creator>Kishor</dc:creator>
		<pubDate>Fri, 10 Feb 2012 07:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-180874</guid>
		<description>How can we not display a zero value and the data label in a pie chart</description>
		<content:encoded><![CDATA[<p>How can we not display a zero value and the data label in a pie chart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-51085</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 29 Nov 2010 21:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-51085</guid>
		<description>Hi Jon,

Thanks, the formula works great. I appreciate your help.

Regards,
    Joe</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thanks, the formula works great. I appreciate your help.</p>
<p>Regards,<br />
    Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-51076</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 29 Nov 2010 21:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-51076</guid>
		<description>Joe -

To concatenate, you can&#039;t use the Format Cell - Number codes quite that way. But use this:

=A1&amp;&quot; &quot;&amp;TEXT(B1,IF(B1&gt;=1000000,&quot;0.0,,&quot;&quot;M&quot;&quot;&quot;,IF(B1&gt;=1000,&quot;0,&quot;&quot;k&quot;&quot;&quot;,&quot;0&quot;)))</description>
		<content:encoded><![CDATA[<p>Joe -</p>
<p>To concatenate, you can&#8217;t use the Format Cell &#8211; Number codes quite that way. But use this:</p>
<p>=A1&amp;&#8221; &#8220;&amp;TEXT(B1,IF(B1&gt;=1000000,&#8221;0.0,,&#8221;"M&#8221;"&#8221;,IF(B1&gt;=1000,&#8221;0,&#8221;"k&#8221;"&#8221;,&#8221;0&#8243;)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-51074</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 29 Nov 2010 20:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-51074</guid>
		<description>Hi Jon,

I had tried to send you a question last week but my computer crashed and I was not sure if it went through. 
I have a problem concatenating a name with a formatted number value for use as a label. I have formatted the number to show 3.5M for millions etc. ([&gt;=1000000]0.0,,&quot;M&quot;;[&gt;=1000]0,&quot;K&quot;;0 - Thanks, I learned this from your site) and when concatenated the whole number shows up - 3,500,000. 
I figure there is a simple way around this I am overlooking or never learned. I finally just typed in the values as I wanted them to appear. 

Thanks,
   Joe</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I had tried to send you a question last week but my computer crashed and I was not sure if it went through.<br />
I have a problem concatenating a name with a formatted number value for use as a label. I have formatted the number to show 3.5M for millions etc. ([&gt;=1000000]0.0,,&#8221;M&#8221;;[&gt;=1000]0,&#8221;K&#8221;;0 &#8211; Thanks, I learned this from your site) and when concatenated the whole number shows up &#8211; 3,500,000.<br />
I figure there is a simple way around this I am overlooking or never learned. I finally just typed in the values as I wanted them to appear. </p>
<p>Thanks,<br />
   Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-13560</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 30 Apr 2009 14:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-13560</guid>
		<description>Jason -

Go to the Insert menu &gt; Symbol, scroll about 2/3 of the way down, and you&#039;ll see the black up-pointing triangle. Click Insert, and then close the dialog.</description>
		<content:encoded><![CDATA[<p>Jason -</p>
<p>Go to the Insert menu &gt; Symbol, scroll about 2/3 of the way down, and you&#8217;ll see the black up-pointing triangle. Click Insert, and then close the dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/comment-page-1/#comment-13557</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843#comment-13557</guid>
		<description>In the final example...

How do you maintain the formatting of the triangle?

I think the triangle is Windings 3....but when I concatenate that with another cell, Wingdings doesn&#039;t stick, and my triangle becomes the letter p.

Thanks for the tips....some nice ideas.

-Jason</description>
		<content:encoded><![CDATA[<p>In the final example&#8230;</p>
<p>How do you maintain the formatting of the triangle?</p>
<p>I think the triangle is Windings 3&#8230;.but when I concatenate that with another cell, Wingdings doesn&#8217;t stick, and my triangle becomes the letter p.</p>
<p>Thanks for the tips&#8230;.some nice ideas.</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

