<?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: Adding Box Plots to Show Data Distribution in Dashboards [Part 6 of 6]</title>
	<atom:link href="http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:42:43 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: KPI (Key Performance Indicator) Dashboards in Excel - Tutorial [Part 1 of 6] &#124; All Time Hits &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-64387</link>
		<dc:creator>KPI (Key Performance Indicator) Dashboards in Excel - Tutorial [Part 1 of 6] &#124; All Time Hits &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Sat, 30 May 2009 14:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-64387</guid>
		<description>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating Key Performance Indicator (KPI) Dashboards in Microsoft Excel [Part 4 or 6] - Adding Microcharts &#124; Charts &#38; Graphs &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-63550</link>
		<dc:creator>Creating Key Performance Indicator (KPI) Dashboards in Microsoft Excel [Part 4 or 6] - Adding Microcharts &#124; Charts &#38; Graphs &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Sat, 23 May 2009 17:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-63550</guid>
		<description>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Management Dashboards - Compare 2 Decision Parameters [Part 5 of 6] &#124; Analytics &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-63549</link>
		<dc:creator>Management Dashboards - Compare 2 Decision Parameters [Part 5 of 6] &#124; Analytics &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Sat, 23 May 2009 17:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-63549</guid>
		<description>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating Key Performance Indicator (KPI) Dashboards in Microsoft Excel [Part 2 or 4] - Adding Sort Feature &#124; Analytics &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-46775</link>
		<dc:creator>Creating Key Performance Indicator (KPI) Dashboards in Microsoft Excel [Part 2 or 4] - Adding Sort Feature &#124; Analytics &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Sat, 28 Feb 2009 05:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-46775</guid>
		<description>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 6: Show the Distribution of a Parameter using Box Plots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-32657</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Fri, 02 Jan 2009 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-32657</guid>
		<description>@Ajmat: You formula is failing for lengthy names since you are assuming max length of the name is 40 characters (and using rept(&quot; &quot;,40) )..

Why dont you try this formula: =TRIM(RIGHT(SUBSTITUTE(A4,&quot;/&quot;,REPT(&quot; &quot;,255)),255))

(you recommended it here: http://chandoo.org/wp/2008/11/11/excel-formula-help-finding-repeated-words-cell/#comments)

Again, the above formula assumes max. length of 255 chars (which should be fine for almost all cases), but depending on your needs, you may want to adjust the 255 to a number higher than that.

Btw, string manipulation in excel is little cumbersome due the lack of powerful (and simple to use) formulas. I suggest adding VBA UDFs whenever you feel a certain thing is taking too  much time and leave it at that instead of trying to solve all by using existing formulas.

Happy new year to you :)</description>
		<content:encoded><![CDATA[<p>@Ajmat: You formula is failing for lengthy names since you are assuming max length of the name is 40 characters (and using rept(&#8221; &#8220;,40) )..</p>
<p>Why dont you try this formula: =TRIM(RIGHT(SUBSTITUTE(A4,&#8221;/&#8221;,REPT(&#8221; &#8220;,255)),255))</p>
<p>(you recommended it here: <a href="http://chandoo.org/wp/2008/11/11/excel-formula-help-finding-repeated-words-cell/#comments)" rel="nofollow">http://chandoo.org/wp/2008/11/11/excel-formula-help-finding-repeated-words-cell/#comments)</a></p>
<p>Again, the above formula assumes max. length of 255 chars (which should be fine for almost all cases), but depending on your needs, you may want to adjust the 255 to a number higher than that.</p>
<p>Btw, string manipulation in excel is little cumbersome due the lack of powerful (and simple to use) formulas. I suggest adding VBA UDFs whenever you feel a certain thing is taking too  much time and leave it at that instead of trying to solve all by using existing formulas.</p>
<p>Happy new year to you <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azmat</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-32646</link>
		<dc:creator>azmat</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-32646</guid>
		<description>Also i wanna know how to learn all this....i mean i mainly deal with such problems only like string manipulation these left mid right combo&#039;s............and i really wanna be an expert in that....tell me what should i do for this?</description>
		<content:encoded><![CDATA[<p>Also i wanna know how to learn all this&#8230;.i mean i mainly deal with such problems only like string manipulation these left mid right combo&#8217;s&#8230;&#8230;&#8230;&#8230;and i really wanna be an expert in that&#8230;.tell me what should i do for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azmat</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-32645</link>
		<dc:creator>azmat</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-32645</guid>
		<description>Hi chandoo, 

first i wish you a very happy new year..........well this is something i got on new year&#039;s eve but inspite of trying hard i couldn&#039;t succeed so now i need your help.....

The thing is i have lengthy PDF file names in one column and want to extract characters to the right of last &quot;\&quot; entered....

I tried below formulae but it fails for entries which are too lengthy.......

=LEFT(RIGHT(SUBSTITUTE(TRIM(B2)&amp;&quot;&quot;,&quot;\&quot;,REPT(&quot; &quot;,40)),40),40)</description>
		<content:encoded><![CDATA[<p>Hi chandoo, </p>
<p>first i wish you a very happy new year&#8230;&#8230;&#8230;.well this is something i got on new year&#8217;s eve but inspite of trying hard i couldn&#8217;t succeed so now i need your help&#8230;..</p>
<p>The thing is i have lengthy PDF file names in one column and want to extract characters to the right of last &#8220;\&#8221; entered&#8230;.</p>
<p>I tried below formulae but it fails for entries which are too lengthy&#8230;&#8230;.</p>
<p>=LEFT(RIGHT(SUBSTITUTE(TRIM(B2)&amp;&#8221;",&#8221;\&#8221;,REPT(&#8221; &#8220;,40)),40),40)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixnut</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-26807</link>
		<dc:creator>nixnut</dc:creator>
		<pubDate>Sat, 01 Nov 2008 15:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-26807</guid>
		<description>I understand. Fabrice&#039;s sparklines only need the user to allow vba code to run though. The user doesn&#039;t have to do any coding.

Last year we had a topic about boxplots in excel on Stephen Few&#039;s forum. There may be some useful information for interested people. Including a link to a workbook by excel grand master Jon Peltier. See http://www.websitetoolbox.com/tool/post/sfew/vpost?id=1757218. 

regards,
nixnut</description>
		<content:encoded><![CDATA[<p>I understand. Fabrice&#8217;s sparklines only need the user to allow vba code to run though. The user doesn&#8217;t have to do any coding.</p>
<p>Last year we had a topic about boxplots in excel on Stephen Few&#8217;s forum. There may be some useful information for interested people. Including a link to a workbook by excel grand master Jon Peltier. See <a href="http://www.websitetoolbox.com/tool/post/sfew/vpost?id=1757218" rel="nofollow">http://www.websitetoolbox.com/tool/post/sfew/vpost?id=1757218</a>. </p>
<p>regards,<br />
nixnut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-26684</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-26684</guid>
		<description>nixnut,


thanks for pointing to Fabrice&#039;s sparklines. I am already one of the biggest fans of Fabrice&#039;s sparklines for XL as you can read in some of my other comments here on PHD:


http://chandoo.org/wp/2008/08/26/microsoft-excel-links/#comment-19991



But we intentionally did it without using Fabrice&#039;s sparklines for 2 reasons:



1. One of our main goals was showing how to create analytical dashboards without VBA. I agree, VBA can add a lot of value to dashboard implementation and sometimes it is even inevitable. But still a lot of Excel users shrink back from VBA and therefore Chandoo and I decided to show some techniques with plain old Excel formulas.



2. Box plots are a great visualization technique and you can create them in Excel without VBA as well. But in my day to day business very often people are not familiar with the concept of box plots. That is why we tried to find an alternative which – hopefully – is easier to understand. I am not sure whether or not it really is easier to understand. This was just a first try.</description>
		<content:encoded><![CDATA[<p>nixnut,</p>
<p>thanks for pointing to Fabrice&#8217;s sparklines. I am already one of the biggest fans of Fabrice&#8217;s sparklines for XL as you can read in some of my other comments here on PHD:</p>
<p><a href="http://chandoo.org/wp/2008/08/26/microsoft-excel-links/#comment-19991" rel="nofollow">http://chandoo.org/wp/2008/08/26/microsoft-excel-links/#comment-19991</a></p>
<p>But we intentionally did it without using Fabrice&#8217;s sparklines for 2 reasons:</p>
<p>1. One of our main goals was showing how to create analytical dashboards without VBA. I agree, VBA can add a lot of value to dashboard implementation and sometimes it is even inevitable. But still a lot of Excel users shrink back from VBA and therefore Chandoo and I decided to show some techniques with plain old Excel formulas.</p>
<p>2. Box plots are a great visualization technique and you can create them in Excel without VBA as well. But in my day to day business very often people are not familiar with the concept of box plots. That is why we tried to find an alternative which – hopefully – is easier to understand. I am not sure whether or not it really is easier to understand. This was just a first try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixnut</title>
		<link>http://chandoo.org/wp/2008/10/29/box-plots-excel-dashboards-tutorial/#comment-26681</link>
		<dc:creator>nixnut</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1605#comment-26681</guid>
		<description>Since version 3 Fabrice Rimlinger&#039;s sparklines excel add-in also has a boxplot function:
http://sparklines-excel.blogspot.com/2008/09/boxplot-specifications.html

Nice dashboard btw :-)

regards,
nixnut</description>
		<content:encoded><![CDATA[<p>Since version 3 Fabrice Rimlinger&#8217;s sparklines excel add-in also has a boxplot function:<br />
<a href="http://sparklines-excel.blogspot.com/2008/09/boxplot-specifications.html" rel="nofollow">http://sparklines-excel.blogspot.com/2008/09/boxplot-specifications.html</a></p>
<p>Nice dashboard btw <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>regards,<br />
nixnut</p>
]]></content:encoded>
	</item>
</channel>
</rss>
