<?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: Creating KPI Dashboards in Microsoft Excel [Part 2 or 6] &#8211; Adding One Click Sort</title>
	<atom:link href="http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Thu, 18 Mar 2010 10:30:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71609</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71609</guid>
		<description>Chandoo,

a twist: I&#039;d like to have a single drop-down in my spreadsheet, along with 2 radio buttons, to select the content of the drop-down (Name or UniqueCode). I remember using CHOOSE to select from a list of ranges, and passing the linked cell of the radio buttons as the first parameter to the CHOOSE function. Something like:
=CHOOSE(radio_select, Range1, Range2) as a named range, and use it on the DropDown. but it doesn&#039;t seem to work. any ideas?

Thanks as always for force me to use my rusty grey matter !!!</description>
		<content:encoded><![CDATA[<p>Chandoo,</p>
<p>a twist: I&#8217;d like to have a single drop-down in my spreadsheet, along with 2 radio buttons, to select the content of the drop-down (Name or UniqueCode). I remember using CHOOSE to select from a list of ranges, and passing the linked cell of the radio buttons as the first parameter to the CHOOSE function. Something like:<br />
=CHOOSE(radio_select, Range1, Range2) as a named range, and use it on the DropDown. but it doesn&#8217;t seem to work. any ideas?</p>
<p>Thanks as always for force me to use my rusty grey matter !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71589</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71589</guid>
		<description>Jon,

the first Column (ID) is the one I use.

Nevertheless, I&#039;ve found the solution using Chandoo&#039;s sorting with alphabetical formulas&#039; post, using countif to determine the order of the text, and it worked wonderfully !!!

Thanks to all !!</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>the first Column (ID) is the one I use.</p>
<p>Nevertheless, I&#8217;ve found the solution using Chandoo&#8217;s sorting with alphabetical formulas&#8217; post, using countif to determine the order of the text, and it worked wonderfully !!!</p>
<p>Thanks to all !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71588</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71588</guid>
		<description>How must you &quot;respect&quot; the input order? Could you add a column, 1 to N for the position the item held in the original list? Whenever you need to original order, sort by this column.</description>
		<content:encoded><![CDATA[<p>How must you &#8220;respect&#8221; the input order? Could you add a column, 1 to N for the position the item held in the original list? Whenever you need to original order, sort by this column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71580</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71580</guid>
		<description>Chandoo:
sorry, still don&#039;t get it...and probably i didn&#039;t make myself clear...
The list I have is as follows:
Col A (ID): from 1 increasing by 1
Col B (Name): text, not ordered (that&#039;s the problem !), and must respect the input order.
Col C (UniqueCode):this is a 11-digit unique code.

What I have done so far is, using this post, create an sorted UniqueCode list, which I&#039;m feeding a dropdown with.

My problem now is how to create another sorted list, now using the Name field ( and no macros,if  possible), since I cannot see how to order text if possible. I thought on a very, very very complex formula to translate each letteer of the text into a number, and then order by that, but I&#039;m sure there is a better, more efficient, and much more simple way to do so.

Hope this helps.

Thanks, Martín.</description>
		<content:encoded><![CDATA[<p>Chandoo:<br />
sorry, still don&#8217;t get it&#8230;and probably i didn&#8217;t make myself clear&#8230;<br />
The list I have is as follows:<br />
Col A (ID): from 1 increasing by 1<br />
Col B (Name): text, not ordered (that&#8217;s the problem !), and must respect the input order.<br />
Col C (UniqueCode):this is a 11-digit unique code.</p>
<p>What I have done so far is, using this post, create an sorted UniqueCode list, which I&#8217;m feeding a dropdown with.</p>
<p>My problem now is how to create another sorted list, now using the Name field ( and no macros,if  possible), since I cannot see how to order text if possible. I thought on a very, very very complex formula to translate each letteer of the text into a number, and then order by that, but I&#8217;m sure there is a better, more efficient, and much more simple way to do so.</p>
<p>Hope this helps.</p>
<p>Thanks, Martín.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71475</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Sun, 26 Jul 2009 17:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71475</guid>
		<description>@Martin: You can change the range of a list box, data validation or named range reference by creating a dynamic range formula. We use OFFSET() formula to do this. You can learn more about this trick by reading these 2 articles:

http://chandoo.org/wp/2008/11/25/advanced-data-validation-techniques-in-excel-spreadcheats/
http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/

Let me know if you still have a problem implementing this.</description>
		<content:encoded><![CDATA[<p>@Martin: You can change the range of a list box, data validation or named range reference by creating a dynamic range formula. We use OFFSET() formula to do this. You can learn more about this trick by reading these 2 articles:</p>
<p><a href="http://chandoo.org/wp/2008/11/25/advanced-data-validation-techniques-in-excel-spreadcheats/" rel="nofollow">http://chandoo.org/wp/2008/11/25/advanced-data-validation-techniques-in-excel-spreadcheats/</a><br />
<a href="http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/" rel="nofollow">http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/</a></p>
<p>Let me know if you still have a problem implementing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-71297</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 24 Jul 2009 18:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-71297</guid>
		<description>Hi Chandoo,

a little help with a twist: I have a list with 3 columns: ID, Name and UniqueCode. I wanto to show a dropdown to select a single item either by Name (sorted ascending), or by the UniqueCode (sorted ascending).  I&#039;ve just inserted 2 radio buttons to select the criteria, but I don&#039;t know how to continue.. PLease Help !!!

Thanks,

Martín</description>
		<content:encoded><![CDATA[<p>Hi Chandoo,</p>
<p>a little help with a twist: I have a list with 3 columns: ID, Name and UniqueCode. I wanto to show a dropdown to select a single item either by Name (sorted ascending), or by the UniqueCode (sorted ascending).  I&#8217;ve just inserted 2 radio buttons to select the criteria, but I don&#8217;t know how to continue.. PLease Help !!!</p>
<p>Thanks,</p>
<p>Martín</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-68250</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-68250</guid>
		<description>Ray,

depends on what you mean by ‘filtering of KPI’. You can add Excel’s filter to an additional row above the data, however, if you filter the data, the scroll bar will not adjust its size and this looks a bit weird. Furthermore the filter does not adjust itself to any user changes on the dashboard like scrolling up or down, changing sort criteria or sort order. You can write some VBA code, of course, to overcome these drawbacks, but I think there is no way of doing this without VBA.

Having said that, if you want to select a certain KPI in a column (like having five KPIs in total, but only showing one or two of them on the dashboard), you can use combo boxes and change the third parameter of the OFFSET formulas on the worksheet Calculation to use the target cell of your combo boxes.</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>depends on what you mean by ‘filtering of KPI’. You can add Excel’s filter to an additional row above the data, however, if you filter the data, the scroll bar will not adjust its size and this looks a bit weird. Furthermore the filter does not adjust itself to any user changes on the dashboard like scrolling up or down, changing sort criteria or sort order. You can write some VBA code, of course, to overcome these drawbacks, but I think there is no way of doing this without VBA.</p>
<p>Having said that, if you want to select a certain KPI in a column (like having five KPIs in total, but only showing one or two of them on the dashboard), you can use combo boxes and change the third parameter of the OFFSET formulas on the worksheet Calculation to use the target cell of your combo boxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-67623</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-67623</guid>
		<description>Your sample KPI Dashboard is awesome. I was trying to figure a way to add a combobox that would allow filtering of KPI on the dashboard but couldn&#039;t think of anything. Would you think that this is possible or do you have any ideas?</description>
		<content:encoded><![CDATA[<p>Your sample KPI Dashboard is awesome. I was trying to figure a way to add a combobox that would allow filtering of KPI on the dashboard but couldn&#8217;t think of anything. Would you think that this is possible or do you have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-62805</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 17 May 2009 08:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-62805</guid>
		<description>Phil,

use the target cell of the horizontal scroll bar as the 3rd parameter in your OFFSET formulas (column offset). 

Here is an example for download: 

http://www.box.net/shared/n0ojl367vu

You need OFFSET formulas in the column headers as well.

Please be advised that you may run into a problem, if you have different number formats per column. OFFSET simply fetches the data. It does not bring back the number formats.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>use the target cell of the horizontal scroll bar as the 3rd parameter in your OFFSET formulas (column offset). </p>
<p>Here is an example for download: </p>
<p><a href="http://www.box.net/shared/n0ojl367vu" rel="nofollow">http://www.box.net/shared/n0ojl367vu</a></p>
<p>You need OFFSET formulas in the column headers as well.</p>
<p>Please be advised that you may run into a problem, if you have different number formats per column. OFFSET simply fetches the data. It does not bring back the number formats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://chandoo.org/wp/2008/08/27/excel-kpi-dashboard-sort-2/#comment-62603</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 15 May 2009 18:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1174#comment-62603</guid>
		<description>Great stuff - wonderful site!!!
Have you got an example using a horizonatl list &amp; scroll bar?
Can&#039;t figure out the formula:-{</description>
		<content:encoded><![CDATA[<p>Great stuff &#8211; wonderful site!!!<br />
Have you got an example using a horizonatl list &amp; scroll bar?<br />
Can&#8217;t figure out the formula:-{</p>
]]></content:encoded>
	</item>
</channel>
</rss>
