<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Excel Dashboard Software &#187; Dashboard Tutorial</title>
	<atom:link href="http://www.exceldashboard.org/category/dashboard-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exceldashboard.org</link>
	<description>Best Excel Dashboards using Excel</description>
	<lastBuildDate>Tue, 27 Dec 2011 16:36:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Add Descriptive Titles to Chart Legends</title>
		<link>http://www.exceldashboard.org/how-to-add-descriptive-titles-to-chart-legends</link>
		<comments>http://www.exceldashboard.org/how-to-add-descriptive-titles-to-chart-legends#comments</comments>
		<pubDate>Mon, 14 Mar 2011 13:18:42 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=439</guid>
		<description><![CDATA[When creating a bar chart or indeed most types of charts in Excel, you will usually end up with a simple legend that labels your data without any description. For example if you create a stacked column chart with three color-coded data series you will need a legend to explain the colors. While Excel will [...]]]></description>
			<content:encoded><![CDATA[<p>When creating a bar chart or indeed most types of charts in Excel, you will usually end up with a simple legend that labels your data without any description. For example if you create a stacked column chart with three color-coded data series you will need a legend to explain the colors. While Excel will automatically put labels on them, such as Sales, Expenses, etc. you may wish to provide additional information.</p>
<p>In order to do this you must first create your chart in the normal way, with a typical legend. Suppose your information reflects increases or decreases of some KPI, such as profits. Assuming your profit figures are in the column A3 to A10, you can set up a formula such as this&#8230;  =IF(A10&gt;A3, &#8220;up arrow symbol&#8221;,&#8221;down arrow symbol&#8221;) &amp; &#8220;Profits by&#8221;&amp;TEXT(A10/A1-1,&#8221;0%&#8221;). You can repeat this process for each of your data series.</p>
<p>You must now add text boxes at the bottom of your chart where your descriptions will be placed. Click on &#8216;Insert&#8217;, followed by Textbox, after selecting the chart. Make sure that you format the text boxes so that they have the same colors as their corresponding data series&#8217; on the chart. Then you can select the first text box, and in the formula bar you can add the formula that you have already set up to provide the correct legend for this data series. This step should then be repeated with the other text boxes.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" alt="" width="662" height="355" /></p>
<p style="text-align: center">
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-add-descriptive-titles-to-chart-legends/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format and Group Small Slices in Pie Charts</title>
		<link>http://www.exceldashboard.org/format-and-group-small-slices-in-pie-charts</link>
		<comments>http://www.exceldashboard.org/format-and-group-small-slices-in-pie-charts#comments</comments>
		<pubDate>Thu, 10 Mar 2011 00:20:22 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=436</guid>
		<description><![CDATA[Although pie charts are quite common and almost universally understood, they are often misused. While they are suitable for data sets with a small number of data points, many people often try to use them for data series with multiple points. This means that they end up with a chart that has so many segments [...]]]></description>
			<content:encoded><![CDATA[<p>Although pie charts are quite common and almost universally understood, they are often misused. While they are suitable for data sets with a small number of data points, many people often try to use them for data series with multiple points. This means that they end up with a chart that has so many segments it is almost illegible and generally unintelligible. While it is best to avoid pie charts if your data set is above a certain size, there may be occasions when you feel obliged to use one for certain reasons. In cases such as these, it is best to make use of a pie chart where any small segments are grouped together as one unit.</p>
<p>When creating a chart like this you should take the standard approach of selecting your data and then click on &#8216;Insert&#8217;, followed by &#8216;Chart&#8217;. Then choose a &#8216;Pie of Pie&#8217; chart. This will give you a large pie chart, with a smaller pie chart providing a &#8216;blow-up&#8217; view of the smallest segments. Once you have created your chart you can then right click on it and select &#8216;Format Series&#8217;. Choose &#8216;Series Options&#8217;, and then Split Series By Percentage Value. You can then choose which segments will be shown in the secondary pie chart by setting a percentage limit. Everything below this limit will be transferred to the smaller chart.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3006/3046716738_6a1e87dbcf_o.png" alt="" width="615" height="498" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/format-and-group-small-slices-in-pie-charts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Chart Labels in Different Colors</title>
		<link>http://www.exceldashboard.org/how-to-create-chart-labels-in-different-colors</link>
		<comments>http://www.exceldashboard.org/how-to-create-chart-labels-in-different-colors#comments</comments>
		<pubDate>Sun, 27 Feb 2011 13:50:47 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=430</guid>
		<description><![CDATA[When it comes to generating a chart in Excel for your dashboard there is a huge range of options and customisable features. This allows users to create charts that are distinctive and attractive, while also giving them the capacity to build dashboards that are perfectly suited to their needs.
One of the lesser known options that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">When it comes to generating a chart in Excel for your dashboard there is a huge range of options and customisable features. This allows users to create charts that are distinctive and attractive, while also giving them the capacity to build dashboards that are perfectly suited to their needs.</p>
<p style="text-align: left">One of the lesser known options that is available with Excel is the ability to add colored labels to your charts. This is a very simple procedure which produce a nice effect. Firstly you will have to apply data labels to your chart, and then format them. Then you right click on the data cell in order to open up the formatting options. From here you will have to go to the &#8216;numbers&#8217; tab. This tab is generally used as a means to specify how you wish to have the digits in a particular cell displayed. For example it allows you to choose a date layout, a fraction format or a scientific numbering layout. However it is also possible for you to use this formatting menu to choose colors for your data label.</p>
<p style="text-align: left">In order to do this you must choose the &#8216;custom&#8217; option from the menu and then enter a specific colour code. For example, if you want to colour all of your negative values in red, but all of your positive data labels in green, you should input [green]+0%;[red]-0%. This is a very straightforward and logical code that can easily be adjusted to suit your requirements. Once this has been done you can then see that the data labels of your chart have been color coded.</p>
<p style="text-align: center">
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" alt="" width="548" height="293" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-create-chart-labels-in-different-colors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make a Panel Chart for Your Excel Dashboard</title>
		<link>http://www.exceldashboard.org/how-to-make-a-panel-chart-for-your-excel-dashboard</link>
		<comments>http://www.exceldashboard.org/how-to-make-a-panel-chart-for-your-excel-dashboard#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:44:16 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=427</guid>
		<description><![CDATA[Most dashboards consist of a series of charts and tables, neatly arranged in an organised layout. Generally these charts are related, as they will all deal with particular aspects of a larger over-arching topic. In many ways a Panel Chart is a microcosm of a larger dashboard. It is made up of a collection of [...]]]></description>
			<content:encoded><![CDATA[<p>Most dashboards consist of a series of charts and tables, neatly arranged in an organised layout. Generally these charts are related, as they will all deal with particular aspects of a larger over-arching topic. In many ways a Panel Chart is a microcosm of a larger dashboard. It is made up of a collection of charts laid out in a geometric panel-like arrangement, and in the majority of cases all of these charts will be very closely related to each other.</p>
<p>It is very easy to create a panel chart using Excel. While some tutorials may recommend a complicated approach, involving the creation of a single chart which contains a number of smaller charts within it, this actually requires a lot of formulae and other set-up time. A much simpler solution is to simply generate each of the small charts individually and then arrange them in a panel formation on your worksheet.</p>
<p>When creating your smaller charts the standard approach in Excel is used. Simply choose the type of chart you require and fill in the relevant data. As you are creating a panel chart, each of the other smaller charts will mirror the structure and style of your initial chart. Therefore it is a good idea to create one chart, format it as required, and then copy it to create the additional charts. A quick way of copying a chart is to click on it and then press CTRL + D. Of course each new chart you generate will need new source data, which can easily be adjusted in the usual way.</p>
<p>A very important aspect of panel charts is that they allow for good comparison between different elements of a data set. However this is only effective if the scale of all of the charts are identical. If the axes are set to different limits, visual comparison is automatically affected. Therefore it is essential that all axes be set to the same maximum and minimum limits for all of the charts. Once all your charts have been designed, it is a simple matter to line them up in the layout you require.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" alt="" width="662" height="355" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-make-a-panel-chart-for-your-excel-dashboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Your Charts Attractive But Still Functional</title>
		<link>http://www.exceldashboard.org/making-your-charts-attractive-but-still-functional</link>
		<comments>http://www.exceldashboard.org/making-your-charts-attractive-but-still-functional#comments</comments>
		<pubDate>Fri, 18 Feb 2011 00:08:11 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=425</guid>
		<description><![CDATA[The vast majority of charts are vaguely box shaped. There are of course exceptions, such as pie charts and gauges, but overall most charts are based on a right-angled framework of two axes. If you have decided upon a dashboard that makes use of quite a few charts of this overall shape, you might find [...]]]></description>
			<content:encoded><![CDATA[<p>The vast majority of charts are vaguely box shaped. There are of course exceptions, such as pie charts and gauges, but overall most charts are based on a right-angled framework of two axes. If you have decided upon a dashboard that makes use of quite a few charts of this overall shape, you might find that your entire dashboard ends up looking a little bit clunky and square.</p>
<p>In previous posts I have discussed how distracting graphics and crazy colour schemes can make even the most informative dashboard appear cluttered and unintelligible, but that is not to say that some simple formatting techniques cannot be employed. There is actually a very simply technique to softening the angular appearance of these charts, which won&#8217;t obstruct the data or make them any less efficient.</p>
<p>If you visualise a very basic dashboard with a clear white background and some charts superimposed on it, you will mostly likely find this image cold, unattractive and spartan. The same applies to a slightly lesser degree to a dashboard with a black background, or indeed any given colour. What you essentially have is a blank page containing charts. However using Excel&#8217;s built-in drawing features you can give a dashboard of this kind a much more integrated and organic appearance, with each of the elements fitting together nicely.</p>
<p>What many people do not realise is that they can draw a shape on their dashboard and superimpose a chart on top of it. For example a coloured square can be used to provide a nice background for a single chart, or a combination of shapes can be used to create a simple but elegant backdrop to one a more related charts. Of course the chart must be created first, and its colour scheme chosen so that it is fully legible when placed on its backdrop. Then a shape can be selected from the &#8216;Insert&#8217; menu in Excel, and formatted as per requirements. Multiple shapes can be added using drag and drop. Once everything is finished the chart can be dragged into place on top of the backing shape.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3235/2993186159_50a7f9f438_o.png" alt="" width="570" height="438" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/making-your-charts-attractive-but-still-functional/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Need an Animated Dashboard (cont)</title>
		<link>http://www.exceldashboard.org/do-you-need-an-animated-dashboard-cont</link>
		<comments>http://www.exceldashboard.org/do-you-need-an-animated-dashboard-cont#comments</comments>
		<pubDate>Mon, 20 Dec 2010 03:46:12 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Business Dashboards]]></category>
		<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=405</guid>
		<description><![CDATA[Previously we discussed what not to do when incorporating animations into your dashboard charts. However business intelligence software can be extremely useful and many of its features can add to your reports greatly if used in the correct manner. One of the key uses for an animated chart is as a means to display time [...]]]></description>
			<content:encoded><![CDATA[<p>Previously we discussed what not to do when incorporating animations into your dashboard charts. However business intelligence software can be extremely useful and many of its features can add to your reports greatly if used in the correct manner. One of the key uses for an animated chart is as a means to display time development. If you create a chart that demonstrates how a trend evolved over time, this is an excellent candidate for an animation. A movie showing how the situation developed through the medium of your chart would be a highly effective and entertaining way for you to get your message across to the users of the dashboard.</p>
<p>When creating an animated chart, it is important to include certain features. It should be possible to pause the chart at any point, so as to analyse its evolution at every step. It is also important that you animation run smoothly. A flash chart that develops in fits and bursts and has gaps in its data, will prove detrimental to your dashboard. Make sure that your chart operates smoothly and that it has a polished and professional appearance, otherwise it will look unprofessional and poorly planned.</p>
<p style="text-align: center"><img src="http://www.infocaptor.com/dashboard/wp-content/uploads/2008/11/image-314.jpg" alt="Image" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/do-you-need-an-animated-dashboard-cont/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Need an Animated Dashboard?</title>
		<link>http://www.exceldashboard.org/do-you-need-an-animated-dashboard</link>
		<comments>http://www.exceldashboard.org/do-you-need-an-animated-dashboard#comments</comments>
		<pubDate>Wed, 15 Dec 2010 03:34:09 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Business Dashboards]]></category>
		<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=403</guid>
		<description><![CDATA[Given the tone of most of the posts on this blog, you may be forgiven for thinking that the instant reaction here will be that animation should be avoided at all costs. However many business intelligence software applications can use animation effectively, but only if applied appropriately and in moderation.
To many people, the concept of [...]]]></description>
			<content:encoded><![CDATA[<p>Given the tone of most of the posts on this blog, you may be forgiven for thinking that the instant reaction here will be that animation should be avoided at all costs. However many business intelligence software applications can use animation effectively, but only if applied appropriately and in moderation.</p>
<p>To many people, the concept of an animated dashboard sounds chaotic, distracting and slightly gimicky. The vast majority of us want functional dashboards that give us the data we need with the minimum amount of hassle, and in the clearest manner possible. When considered in this way, an animated dashboard sounds exactly the opposite of what we might want.</p>
<p>There are a number of caveats when it comes to animation on dashboards. If you create a flash chart, it should be for a valid and functional reason. All too often users are seduced by the fun features of animation, and stick such charts in wherever they can without any thought for function. Animation for animation&#8217;s sake is basically a waste of time. A movie showing your chart appearing out of nowhere and building itself in segments is not really informative. Your audience will simply be waiting for the movie to stop so that they can analyse the completed chart. Like annoying unskippable cut scenes in games, for the first one or two occasions it will be a novelty and then it will start to get frustrating.</p>
<p>Unfortunately dashboards are not designed to be entertaining. If you do choose to use animation in your dashboards, make sure that it adds to the impact of your chart, instead of being a gimicky sideshow.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" alt="" width="662" height="355" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/do-you-need-an-animated-dashboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Your Message Across</title>
		<link>http://www.exceldashboard.org/getting-your-message-across</link>
		<comments>http://www.exceldashboard.org/getting-your-message-across#comments</comments>
		<pubDate>Fri, 10 Dec 2010 04:27:19 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=401</guid>
		<description><![CDATA[Previously I pointed out that an important step in putting a dashboard together is understanding what you are trying to say with your collection of data and charts. This means being able to give an overview of the general gist of your dashboard in simple terms. Once you have this overview however you will need [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I pointed out that an important step in putting a dashboard together is understanding what you are trying to say with your collection of data and charts. This means being able to give an overview of the general gist of your dashboard in simple terms. Once you have this overview however you will need to become more specific.</p>
<p>Put simply, your dashboard makes a statement of some kind. It gives an up-to-date assessment of a certain issue. But like any statement you make,  you should be prepared to back it up. This is what your charts and data sets are for. Imagine your overall statement is that your sales have grown overall but that certain market developments have reduced your numbers amongst a certain demographic. There are at least three charts right there.</p>
<p>You will need an overall sales trend chart. After this you will need at least one chart that will demonstrate the various market factors, probably in comparison to the same period of the previous year. If you want to show that sales amongst a certain demographic have decreased you will also be expected to provide a chart illustrating this. A good way to think about your dashboard is that your are making a point, but you will need evidence. This evidence should be clear, indisputable and relevant, and of course is given to you by your carefully selected charts.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" alt="" width="662" height="355" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/getting-your-message-across/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Your Dashboard For?</title>
		<link>http://www.exceldashboard.org/what-is-your-dashboard-for</link>
		<comments>http://www.exceldashboard.org/what-is-your-dashboard-for#comments</comments>
		<pubDate>Sun, 05 Dec 2010 04:13:29 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=399</guid>
		<description><![CDATA[Putting a dashboard together is quite a complicated matter, regardless of the quality of your business intelligence software. Whether you are using the most up-to-date state-of-the-art hyperexpensive software, you can still end up with a very bad and ineffectual dashboard.
Of course we all know that charts are a key element of dashboards. What type you [...]]]></description>
			<content:encoded><![CDATA[<p>Putting a dashboard together is quite a complicated matter, regardless of the quality of your business intelligence software. Whether you are using the most up-to-date state-of-the-art hyperexpensive software, you can still end up with a very bad and ineffectual dashboard.</p>
<p>Of course we all know that charts are a key element of dashboards. What type you use, what colours, your layout, your choice of data, all of these aspects have been discussed in detail. However the overall concept of the dashboard itself is much more difficult to explain and define. Before you take any steps towards setting up your dashboard you will need to ask yourself what it&#8217;s all about.</p>
<p>What is it for, and what are you trying to say? The overall message needs to be clear in your own mind, before you can put it down in graphical form. For example, if you were to summarize your dashboard in words, what would you say? If it is a performance dashboard, you might find yourself giving a general report on how your company or department is doing overall. Once you can put it into words, it is automatically easier to put it into charts.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3006/3046716738_6a1e87dbcf_o.png" alt="" width="527" height="427" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/what-is-your-dashboard-for/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You Don&#8217;t Need A Gauge Chart Add-On</title>
		<link>http://www.exceldashboard.org/why-you-dont-need-a-gauge-chart-add-on</link>
		<comments>http://www.exceldashboard.org/why-you-dont-need-a-gauge-chart-add-on#comments</comments>
		<pubDate>Tue, 30 Nov 2010 02:10:29 +0000</pubDate>
		<dc:creator>dash_editor</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/?p=397</guid>
		<description><![CDATA[There are many dashboards which feature gauge charts as important components of their displays. This leads a lot of novice dashboard designers to think that these are vital, useful and necessary charts which should always be incorporated into a dashboard design. While initially it may seem that these charts do give a lot of necessary [...]]]></description>
			<content:encoded><![CDATA[<p>There are many dashboards which feature gauge charts as important components of their displays. This leads a lot of novice dashboard designers to think that these are vital, useful and necessary charts which should always be incorporated into a dashboard design. While initially it may seem that these charts do give a lot of necessary information, on closer inspection it can be seen that they are in fact quite limited and that a simple line chart can provide considerably more data while occupying the same space.</p>
<p>A gauge chart is capable of providing at most four items of information. Firstly, its needle tells you a particular value. This is typically the current value of some key data set. The colours on the gauge then provide you with three other pieces of information &#8211; which values are defined as the danger areas, which are considered to be average, and what value most be exceeded to achieve optimum performance. While these are all valid and important data points, they can easily be displayed using the background colours of a line chart and a single data point.</p>
<p>You can view a gauge chart as a vertical cross section of the very last point of a line chart, where the background has been coloured red, orange and green. The red area is of course the negative region of the chart, the orange is average and the green is good. Clearly, the finally data point of the line chart gives you an indicator of where this particular KPI lies, and also it&#8217;s precise value. Crucially however, the remainder of the line chart provides you with additional information that can dramatically affect the interpretation of this data point. If the trend line has dropped suddenly towards this final value this gives a certain impression, as opposed to a trend line that has fluctuated in or around that same final value over a given period of time. Clearly, this data is important for correct analysis of KPIs and to help determine strategies going forward. There are many add-ons available for download which allow you to generate gauge charts in Excel. However it is quite obvious that these charts are largely ineffective and inefficient.</p>
<p style="text-align: center"><img class="aligncenter" src="http://farm4.static.flickr.com/3280/3046716656_fc3e02d65c_o.png" alt="" width="548" height="397" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/why-you-dont-need-a-gauge-chart-add-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

