<?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</title>
	<atom:link href="http://www.exceldashboard.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exceldashboard.org</link>
	<description>Best Excel Dashboards using Excel</description>
	<lastBuildDate>Fri, 21 May 2010 18:40:30 +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>Free Dashboard Development and Consultation</title>
		<link>http://www.exceldashboard.org/free-dashboard-development-and-consultation</link>
		<comments>http://www.exceldashboard.org/free-dashboard-development-and-consultation#comments</comments>
		<pubDate>Fri, 21 May 2010 18:40:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Executive Dashboard]]></category>
		<category><![CDATA[IT Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/free-dashboard-development-and-consultation</guid>
		<description><![CDATA[Download a Dashboard Tool and then what?
You have been researching Dashboard and reporting tools and there are so many options available on the market.
Some tools are just PDF tutorials that tell you to build Excel templates and use Excel as dashboarding tool and some tools are way too expensive.
You don&#8217;t want tools, you need solution [...]]]></description>
			<content:encoded><![CDATA[<h2>Download a Dashboard Tool and then what?</h2>
<p>You have been researching Dashboard and reporting tools and there are so many options available on the market.</p>
<p>Some tools are just PDF tutorials that tell you to build Excel templates and use Excel as dashboarding tool and some tools are way too expensive.</p>
<h2>You don&#8217;t want tools, you need solution for your current problem</h2>
<p>In order to better facilitate and break the inertia of learning any dashboard tool, we are offering &#8220;Free Dashboard development and Consultation&#8221;</p>
<p>&nbsp;</p>
<div style="DISPLAY: block; BORDER-LEFT-COLOR: red; FLOAT: left; BORDER-BOTTOM-COLOR: red; MARGIN: 0px 10px 0px 0px; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: red; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: red; BORDER-BOTTOM-STYLE: solid">
<p><strong>Free Dashboard development and Consultation</strong></p>
<p>For very limited time, when you make a purchase you get free 60 mins of dashboard development/consultation. Once you request for the meeting, we will schedule a time and send you a webex or Gotomeeting invitation to join the meeting. We want to make sure you really get started building your dashboard.<br />
<strong><a target="_blank" href="https://www.plimus.com/jsp/buynow.jsp?contractId=1690452">So Act Now<img src="http://www.exceldashboard.org/wp-content/uploads/2009/09/buy_now.png" /></a></strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/free-dashboard-development-and-consultation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Dashboards &#8211; Fiscal Quarter, Fiscal Month</title>
		<link>http://www.exceldashboard.org/excel-dashboards-fiscal-quarter-fiscal-month</link>
		<comments>http://www.exceldashboard.org/excel-dashboards-fiscal-quarter-fiscal-month#comments</comments>
		<pubDate>Mon, 17 May 2010 23:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CFO Dashboard]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/excel-dashboards-fiscal-quarter-fiscal-month</guid>
		<description><![CDATA[When you use the Add Date hierarchy columns for any date, by default it brings all calendar quarter and calendar month.

&#160;
How do you get Fiscal Quarter
Let say your fiscal year begins from 1st July then
First Quarter = { 7 , 8 , 9}
Second Quarter = { 10, 11, 12}
Third Quarter = {1, 2, 3}
Fourth Quarter [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the Add Date hierarchy columns for any date, by default it brings all calendar quarter and calendar month.</p>
<p><img height="426" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/05/image-96.jpg" width="528" /></p>
<p>&nbsp;</p>
<p><strong>How do you get Fiscal Quarter</strong></p>
<p><strong>Let say your fiscal year begins from 1st July then</strong></p>
<p><strong>First Quarter = { 7 , 8 , 9}</strong></p>
<p><strong>Second Quarter = { 10, 11, 12}</strong></p>
<p><strong>Third Quarter = {1, 2, 3}</strong></p>
<p><strong>Fourth Quarter = { 4, 5, 6 }</strong></p>
<p><strong>So with the above logic let us create a formula</strong></p>
<ul>
<li>Right click on the date column</li>
<li>Select &#8220;Create Calculation&#8221;</li>
<li><img height="319" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/05/image-97.jpg" width="483" /></li>
<li>Type the following formula</li>
<li><font style="BACKGROUND-COLOR: #ffff00">switch(<br />
month(&#8221;Order Date&#8221;) in (7,8,9) , &#8216;Qtr1&#8242; ,<br />
 month(&#8221;Order Date&#8221;) in (10,11,12) , &#8216;Qtr2&#8242; ,<br />
 month(&#8221;Order Date&#8221;) in (1,2,3) , &#8216;Qtr3&#8242; ,<br />
 month(&#8221;Order Date&#8221;) in (4,5,6) , &#8216;Qtr4&#8242;<br />
 )</font></li>
<li>Click on &#8216;Use This Formula&#8217;</li>
</ul>
<p>Here is the Fiscal Quarter</p>
<p><img height="305" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/05/image-98.jpg" width="181" /></p>
<p><strong>Note: You can change the Quarter text to anything like &#8216;Q1&#8242; instead of &#8216;Qtr1&#8242;</strong></p>
<p><strong>Fiscal Month</strong></p>
<p>Similarly, if you need fiscal month, we can use the following formula</p>
<p><font style="BACKGROUND-COLOR: #ffff80">switch(<br />
month(&#8221;Order Date&#8221;) &gt;= 7 , month(&#8221;Order Date&#8221;)-6 ,<br />
month(&#8221;Order Date&#8221;) &lt; 7 , month(&#8221;Order Date&#8221;) + 6<br />
)</font></p>
<p><strong>Fiscal Year</strong></p>
<p><font style="BACKGROUND-COLOR: #ffff80"><strong>switch(<br />
month(&#8221;Order Date&#8221;) &gt;= 7 , year(&#8221;Order Date&#8221;) ,<br />
month(&#8221;Order Date&#8221;) &lt; 7 , year(&#8221;Order Date&#8221;) &#8211; 1<br />
)</strong></font></p>
<p>&nbsp;</p>
<p>If you have a different Fiscal year begining then replace the numbers accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/excel-dashboards-fiscal-quarter-fiscal-month/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is this Dashboard Tool right for you?</title>
		<link>http://www.exceldashboard.org/is-this-dashboard-tool-right-for-you</link>
		<comments>http://www.exceldashboard.org/is-this-dashboard-tool-right-for-you#comments</comments>
		<pubDate>Mon, 10 May 2010 01:48:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Dashboards]]></category>
		<category><![CDATA[Small Business Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/is-this-dashboard-tool-right-for-you</guid>
		<description><![CDATA[
If it is the right Dashboard tool, are YOU prepared to make the time commitment?
Excel Dashboard Desinger is a versatile tool and here is a brief summary of all the things you can do.
Do you want your Dashboard Software to perform the following basic things?

Build dashboard from multiple Excel files
Build Tables, Pivots
Build Drop down parameters
Build [...]]]></description>
			<content:encoded><![CDATA[<p><DIV style="width:520px; margin:auto;"></p>
<h1>If it is the right Dashboard tool, are YOU prepared to make the time commitment?</h1>
<p>Excel Dashboard Desinger is a versatile tool and here is a brief summary of all the things you can do.</p>
<h2><strong>Do you want your Dashboard Software to perform the following basic things?</strong></h2>
<ul>
<li>Build dashboard from <strong>multiple</strong> Excel files</li>
<li>Build Tables, Pivots</li>
<li>Build <strong>Drop down parameters</strong></li>
<li>Build Charts</li>
<li>Drill Down into details</li>
<li><strong>Export Dashboards to PDF</strong> and send it as <strong>email attachments</strong></li>
</ul>
<p>NOTE: <font style="BACKGROUND-COLOR: #ffff80">When you connect to any Excel file, each worksheet in the Excel file is available as individual table and you can pull information from any worksheet.</font></p>
<div style="CLEAR: both">Do not take our word, Check out individual <strong>Dashboard Examples</strong></div>
<p><a target="_blank" href="http://farm4.static.flickr.com/3280/3046716656_fc3e02d65c_o.png" target="_blank"><img height="174" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2008/11/image-312.jpg" width="240" align="left" /></a><a target="_blank" href="http://farm4.static.flickr.com/3006/3046716738_6a1e87dbcf_o.png" target="_blank"><img style="WIDTH: 252px; HEIGHT: 175px" height="195" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2008/11/image-313.jpg" width="240" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a target="_blank" href="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" target="_blank"><img style="WIDTH: 241px; HEIGHT: 189px" height="240" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2008/11/image-314.jpg" width="232" align="left" /></a></p>
<p><a target="_blank" href="http://farm4.static.flickr.com/3205/3020873320_55370e444c_o.png" target="_blank"><img style="WIDTH: 260px; HEIGHT: 187px" height="268" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2008/11/image-316.jpg" width="500" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>or How about doing the following things?</h2>
<ul>
<li>Connect to multiple Excel Files</li>
<li>Build Dials, <strong>Gauges, Speedometers and Thermometers</strong></li>
<li>Customize the look and feel of tables and charts</li>
</ul>
<p>Example:</p>
<p><font style="BACKGROUND-COLOR: #ffff00">Customize Bar chart colors based on value. If the value is less than 10 then make it red, if it is above 100 then make it Green</font></p>
<p align="center">
<h2>Auto-Refresh</h2>
<p>Lot of our customers build <strong>dashboards connected to live data feeds</strong> and then display the dashboards on <strong>huge TV displays</strong>. They set the dashboard to <strong>refresh automatically</strong> every few seconds.</p>
<h2>Are you up for more Advanced stuff?</h2>
<ul>
<li>
<div align="left">Build Dashboard from multiple Excel and Microsoft Access files (.xls and .mdb</div>
</li>
<li>
<div align="left">Auto-Refresh</div>
</li>
<li>
<div align="left">Export to Static HTML</div>
</li>
</ul>
<p>&nbsp;</p>
<h2><strong>Benefits of using Dashboard Designer</strong></h2>
<ul>
<li>
<div align="left"><strong>Your dashboard or presenation layer is independent</strong> – Dashboard definition is stored separately</div>
</li>
<li>
<div align="left"><strong>Increased productivity</strong> – When you have fresh data just refresh the dashboard, no redevelopment needed</div>
</li>
<li>
<div align="left"><strong>No Messy Excel Macros or coding knowledge required</strong> – Just drag and drop tables and visually build Tables, Charts, Speedometer, Gauges, Dials, Thermometers and more charts</div>
</li>
<li>
<div align="left"><strong>Simplified Distribution and Presentation</strong> – You can Export the Dashboard to <font style="BACKGROUND-COLOR: #00ff80">PDF or HTML</font> and just send them as attachments</div>
</li>
<li>
<div align="left"><strong>Save Time</strong> &#8211; Just build the dashboard presentation layer only once and <font style="BACKGROUND-COLOR: #00ff80">automate the refreshes</font>.</div>
</li>
</ul>
<h2><strong>Would you like to hear what some of our lovely customers say?</strong></h2>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">I bought this software but as things usually go, never really got time to work with it. After over a month, launched it and took the courage to go through the online tutorials and began experimenting things as mentioned in the documents and video tutorials. I was simply amazed by the ease of which I could produce the tables, drop down parameters and beautiful gauges. Vow! truly simple and easy software to build dashboards</font></em></p>
<p><em><font color="#400040">- Kelly Greb,CA</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">After trying the Excel templates and spending on various video tutorials learning how to build dashboards in Excel using Macros and Excel stuff, never really got anywhere. Decided to try out InfoCaptor and Tableau. Although Tableau offers lot more visualization options, it is way beyond our dashboarding need and it is incredibly expensive. Excel dashboard designer worked out pretty good for our organization both cost wise and feature wise. After 15 days our company got few more viewer licenses. Currently we are evaluating the web based version of the dashboards.</font></em></p>
<p><em><font color="#400040">- Martin Piro, GA</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">This is the best dashboard software for its price. One good thing we did was to hire their consulting services to build few dashboard prototypes and provide some quick dashboard training.</font></em></p>
<p><em><font color="#400040">- Terry Seal, IL</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">We evaluated Xcelsius and Qlikview and the cost for organization to implement dashboards was quoted over 10,000 USD. For fraction of the above quoted price, we were able to buy the licenses for the web based software and get some free training. This is truly a dashboard software for small businesses like us.</font></em></p>
<p><em><font color="#400040">- (Name not disclosed) IT Manager of a Trucking company, OH</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">I have been using Excel Dashboards for past 4 days. This has literally shaved 30 hrs per month that I used to spent every month. It was pretty easy to create the dashboards. Was able to generate a presentable PDF in just few hours (under 3 hrs to be precise). My plan of action from now on is to get an updated Excel file and refresh the dashboard,generate the PDf and send it to my Department manager, all done in 10 minutes. For $50, its a no brainer.</font></em></p>
<p><em><font color="#400040">- John Mc</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">It isn’t often you find a product that has the two cardinal virtues: a price that is an order-of-magnitude below the big players in the field, and a development team that really listens and responds to customer feedback and requests. “InfoCaptor is such a product”. Dashboard design and use has swept through the Fortune 500 companies, but until recently it was too expensive and required too much technical knowledge for mid-size companies to embrace. InfoCaptor has brought the benefits of dashboards to any organization with as few as one trained IT person on staff. The real strength of InfoCaptor, however, is the dedication of the development team. InfoCaptor staff worked to try and create additions to the current product in order to fit our specific needs. There was no reluctance to help, none of the normal “We’re very busy right now?” excuses; instead there were dozens of emails, remote assistance, and new beta components on virtually a daily basis. I am a big fan, and look to InfoCaptor with eager anticipation of what features will be added next. The current product does what products costing 10 times as much do.I can’t wait to see what this kind of drive, energy, and obvious love of the project on the part of those developing it, will bring to the table next.</font></em></p>
<p><em><font color="#400040">- Elliot Apter<br />
CIO, Atpac Logistics</font></em></p>
</div>
<p>&nbsp;</p>
<div style="BORDER-RIGHT: red 2px dotted; BORDER-TOP: red 2px dotted; BORDER-LEFT: red 2px dotted; BORDER-BOTTOM: red 2px dotted">
<p><em><font color="#400040">My monthly routine is to spend 2-3 days on creating Excel reports and submitting it to my boss. Out of frustration I stumbled across InfoCaptor and approached Nilesh for help in getting a sample dashboard created. Having submitted all the raw data, InfoCaptor team came up with a nice looking dashboard that was much more efficient with the use of parameters. For e.g I used to have seperate metrics for Year, Quarter and for each months. The supplied dashboard had parameters that allowed to switch between year,quarter or month view instantly. This is saving me a lot of time. The only thing remaining is to feed the dashboard directly from the ODBC source. Right now I just extract the raw data into Excel and let InfoCaptor feed from it but having direct ODBC link will give me real time views. Thank you very much for a wonderful job and the product.</font></em></p>
<p><em><font color="#400040">- Bob Jacobs</font></em></p>
</div>
<p>&nbsp;</p>
<h2><strong>So, who else is using this Dashboard Software?</strong></h2>
<p>Excel Dashboard Software (InfoCaptor family) is used by following group of people</p>
<ul>
<li>used by individuals who are <strong>single business owners</strong></li>
<li>used by small businesses who have under 5 employees</li>
<li>used by <strong>growing businesses</strong> who have around 10-20 employees</li>
<li>used by <strong>medium businesses</strong> who have revenues in the range of 30-50 million</li>
<li>we do have few <strong>big corporations</strong> using them (Alcoa, Bank of Canada, Siemens etc)</li>
</ul>
<p>Our majority of customer base is small and medium businesses because <font style="BACKGROUND-COLOR: #ffff00">our product is very easy to use</font> and <font style="BACKGROUND-COLOR: #ffff00">priced</font> perfectly for the <font style="BACKGROUND-COLOR: #ffff00">small business owner.</font></p>
<p>&nbsp;</p>
<h2><strong>Dashboards Provide the needed clarity!</strong></h2>
<p>Implementing Dashboards is the best thing you will do for yourself and your business. YOU can make a <font style="BACKGROUND-COLOR: #ffff80">difference in your company</font> and <font style="BACKGROUND-COLOR: #ffff80">get noticed.</font></p>
<h2><strong>Dashboards provide unique window to your Business, Why put this off?</strong></h2>
<p>Maybe you think that this might be too much work. Maybe it seems like drudgery to use a dashboard or business intelligence software.</p>
<p>It is not true. Building dashboard is a fun process and you will definitely add a shining star in your resume. You initiate the dashboard project in your company and you will become the &#8220;Dashboard Guy&#8221; or &#8220;The Dashboard Person&#8221; everyone will look towards to.</p>
<h2>There is No Risk, <font style="BACKGROUND-COLOR: #ffff80">Your Satisfaction is Guaranteed</font></h2>
<p>You might ask how?</p>
<p>We provide risk free, unconditional <strong>money back guarantee</strong> within 30 days of Your purchase.</p>
<h2>Absolutely Free: 60 minutes of Dashboard Consultation and Service</h2>
<p>For a limited time, we will provide 1 free web session to help you get started and build the dashboard. This one hour dashboard consultation is worth $100 but we are offering this absolutely free of cost and with no strings attached.</p>
<h2>Why give free Consulting Service?</h2>
<p>No matter how good the software you have, there is always &#8220;<strong>Fear of learning new thing</strong>&#8221; and if you add a little procastination then the software may never get used. Our mission is <font style="BACKGROUND-COLOR: #ffff80">for you to use our software and gain insights into your Business</font>. If you just have the software and not using it then we are not doing a good job.</p>
<p>So when you purchase the license for the dashboard designer, you have the option to avail our free web session where we send you the Gotomeeting invitiation and then one of our team member walks you through the basics and helps you build the dashboard objects.</p>
<h2>How do you get the free 60 minutes of consulting?</h2>
<ul>
<li>Once you make a purchase, we send you link to download the software</li>
<li>You can walk through our tutorial section and watch our videos</li>
<li>If you still feel that you may need a little hand holding send us an email at <strong>contact &#8220;AT&#8221; infocaptor.com</strong> (replace &#8220;AT&#8221; with @)</li>
<li>Once we receive your request, we will arrange for a schedule on when to setup the web meeting.</li>
</ul>
<p>&nbsp;</p>
<p><strong>So Do you agree with the following equation?</strong></p>
<p><strong><font style="BACKGROUND-COLOR: #ffff80">Risk Free Purchase + 100% Satisfaction + Free consultation =? Happy Dashboard User</font></strong></p>
<p>Our original <strong>InfoCaptor Dashboard Designer is priced at $297</strong>. But often the small business user works with Excel and Ms Access database.</p>
<p>Considering this, we have created this special License for Excel that enables you to work with Excel files but with the same original <strong>powerful Dashboard Designer</strong>.</p>
<p>Excel Dashboard Software is same as InfoCaptor Dashboard Designer but enables you to work exclusively with Excel and it is priced at <del>$297</del> a very economical price of <strong>$47</strong>.</p>
<p>InfoCaptor Dashboard Designer lets you work with SQL databases of all kind but if your requirement is to just work with Excel or Access then this price of <strong>$47</strong> is a perfect entry point and you can add components and upgrade anytime.</p>
<p>So How about the following equation</p>
<p><strong><font style="BACKGROUND-COLOR: #ffff80">$47 + Risk Free Purchase + 100% Satisfaction + Free consultation == Happy Dashboard User</font></strong></p>
<p><strong>Do you agree with the above equation?</strong></p>
<h2>Commit yourself to building the Dashboard</h2>
<p><strong>Excel Dashboard Builder – single user $47</strong></p>
<p><a target="_blank" href="https://www.plimus.com/jsp/buynow.jsp?contractId=2812724" target="_blank"><img src="http://www.exceldashboard.org/wp-content/uploads/2009/09/buy_now.png" /></a></p>
<ul>
<li>Build Unlimited Dashboards</li>
<li>Visual Query Builder</li>
<li>Merge multiple Excel files on one dashboard</li>
<li>Build Charts and Tables</li>
<li>Build Parameters &#8211; Drop down selectable list</li>
<li>Export to PDF</li>
<li>Auto-refresh</li>
<li>10 Free Dashboard Viewing licenses for dynamic viewing. (you can share your dashboard definitions with others)</li>
</ul>
<p><strong><font style="BACKGROUND-COLOR: #ffff80">+ For limited time you get 60 minutes of Free Dashboard Consulting service worth $100 (zero cost to you)</font></strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/is-this-dashboard-tool-right-for-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Dashboard Presentation ways</title>
		<link>http://www.exceldashboard.org/performance-dashboard-presentation-ways</link>
		<comments>http://www.exceldashboard.org/performance-dashboard-presentation-ways#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Dashboards]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/performance-dashboard-presentation-ways</guid>
		<description><![CDATA[Dashboards present information in two broad ways. First, some of the data  presented is averaged or summarized. To get to the details of performance, the user must click repeatedly to access detailed information. This is know as &#8220;drilling down&#8221; and the user might need to drill down through several layers in order to discover [...]]]></description>
			<content:encoded><![CDATA[<p>Dashboards present information in two broad ways. First, some of the data  presented is averaged or summarized. To get to the details of performance, the user must click repeatedly to access detailed information. This is know as &#8220;<strong>drilling down</strong>&#8221; and the user might need to drill down through several layers in order to discover the culprit transaction or data that was skewing the averaged summary statistic on the dashboard.</p>
<p>The second way many dashboards present data is by visual status –- most often using the stop lights colors of red, yellow and green to signal status. Once again, the details are missing and the user must drill down to uncover the underlying issues.</p>
<p>With Excel Dashboards, you connect to your raw data which may be residing in multiple excel files or any other database such as Access or SQL database. Information can be averaged or summarized in the dashboard. So it provides a natural path to the detailed information for drililng straight to the raw transactions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/performance-dashboard-presentation-ways/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Dashboards for Web</title>
		<link>http://www.exceldashboard.org/excel-dashboards-for-web</link>
		<comments>http://www.exceldashboard.org/excel-dashboards-for-web#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/excel-dashboards-for-web</guid>
		<description><![CDATA[Put your Excel Dashboards on the web
Create your excel dashboards on Desktop and then easily put them on the web or intranet.
Download the web dashboard files

Web Dashboard Documentation

The documentation is a complete printable reference guide for converting desktop to web dashboard and has a reference section for chart properties to create advanced charts.
Download web dashboard [...]]]></description>
			<content:encoded><![CDATA[<p>Put your Excel Dashboards on the web</p>
<p><strong>Create your excel dashboards on Desktop and then easily put them on the web or intranet.</strong></p>
<p>Download the web dashboard files</p>
<ul>
<li><a target="_blank" href="http://infocaptor.s3.amazonaws.com/webdashboard_reference.pdf">Web Dashboard Documentation</a></li>
</ul>
<p>The documentation is a complete printable reference guide for converting desktop to web dashboard and has a reference section for chart properties to create advanced charts.</p>
<p>Download web dashboard software</p>
<ul>
<li>The link to the web dashboard software is provided within the above documentation link.</li>
<li><a target="_blank" href="https://s3.amazonaws.com/infocaptor/webdashboards.zip">download web dashboard software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/excel-dashboards-for-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel ODBC &#8211; Access ODBC</title>
		<link>http://www.exceldashboard.org/excel-odbc-access-odbc</link>
		<comments>http://www.exceldashboard.org/excel-odbc-access-odbc#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/excel-odbc-access-odbc</guid>
		<description><![CDATA[Alternative Video Tutorial or Follow the steps below
Sometimes, due to some improper setup of Microsoft Excel or incomplete components for Microsoft Office, direct connection to Excel files may not be possible.
This tutorial provides an alternative method to connect to the Excel Files. This method also applies to any new format of Excel Files or Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.exceldashboard.org/odbc_connection.htm"<strong>>Alternative Video Tutoria</strong>l</a> or Follow the steps below</p>
<p>Sometimes, due to some improper setup of Microsoft Excel or incomplete components for Microsoft Office, direct connection to Excel files may not be possible.</p>
<p>This tutorial provides an alternative method to connect to the Excel Files. This method also applies to any new format of Excel Files or <strong>Microsoft Access databases (ie. mdb or .accdb)</strong></p>
<p>Steps to Create DSN for ODBC connection</p>
<p>1. Click on the Start menu and click on the Control Panel</p>
<p><img height="230" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-81.jpg" width="647" /></p>
<p>&nbsp;</p>
<p>2. Click on the &#8220;Administrative Tools&#8221;.</p>
<p>NOTE: You may need to &#8220;Switch to Classic View&#8221; in windows Vista or newer version of your windows operating system</p>
<p><img height="331" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-82.jpg" width="623" /></p>
<p>&nbsp;</p>
<p>3. Click on the &#8220;Data Sources (ODBC)&#8221; setup icon</p>
<p><img height="262" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-83.jpg" width="615" /></p>
<p>&nbsp;</p>
<p>4. Click on &#8220;Add&#8221;</p>
<p><img height="383" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-84.jpg" width="508" /></p>
<p>&nbsp;</p>
<p>5. Select .xls, .xlsx .xlsm .xlsb option if you are using the latest Excel version and format of Excel</p>
<p><img height="288" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-85.jpg" width="658" /></p>
<p>6.We will select the normal .XLS version since this northwind.xls file was created using old format</p>
<p><img height="194" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-86.jpg" width="679" /></p>
<p>7. Give a short and simple name to this DSN entry</p>
<p><img height="388" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-87.jpg" width="699" /></p>
<p><img height="238" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-88.jpg" width="429" /></p>
<p>&nbsp;</p>
<p>8. Now select and point this DSN name to the appropriate Excel file</p>
<p><img height="250" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-89.jpg" width="671" /></p>
<p>9. <img height="252" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-90.jpg" width="788" /></p>
<p>10. select the file and click OK. Close all the dialogs.</p>
<p>11. Now go back to InfoCaptor connection wizard</p>
<p><img height="153" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-91.jpg" width="473" /></p>
<p>12. Select the &#8220;ODBC&#8221; option now instead of the &#8220;Excel&#8221; option</p>
<p><img height="243" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-92.jpg" width="521" /></p>
<p>13. Give some simple name to this connection so that InfoCaptor can easily remember it</p>
<p><img height="222" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-93.jpg" width="477" /></p>
<p>14. Type the ODBC name that was defined in the ODBC DSN setup screen previously</p>
<p><img height="366" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-94.jpg" width="517" /></p>
<p>15. <img height="291" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-95.jpg" width="523" /></p>
<p>Click on the Connect button and then you can proceed the remaining of this tutorial after the connection part</p>
<h2><a target="_blank" href="https://s3.amazonaws.com/infocaptor/Dashboard_Tutorial.pdf">Free Dashboard PDF Tutorial</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/excel-odbc-access-odbc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 12</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-12</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-12#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:27:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel Charts]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Operational Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-12</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial  &#8211; 11
How do you share your Excel Dashboard with users?
Now that you have built the dashboard, you can share the dashboard in multiple ways.

&#8221; Create a PDF output of the dashboard and send as email attachment.
Click on the PDF icon on the toolbar as shown below and it will [...]]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-11">Excel Dashboard Tutorial </a> &#8211; 11</p>
<p><strong>How do you share your Excel Dashboard with users?</strong></p>
<p>Now that you have built the dashboard, you can share the dashboard in multiple ways.</p>
<p>
&#8221; <strong>Create a PDF output of the dashboard and send as email attachment</strong>.</p>
<p>Click on the PDF icon on the toolbar as shown below and it will instantly create a PDF output<br />
<img height="194" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/dashboardaspdf.jpg" width="689" /></p>
<p>&nbsp;</p>
<p>PDF output</p>
<p><img height="391" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/dashboard_pdf_output.jpg" width="665" /></p>
<p>&nbsp;</p>
<p>&#8221; Create Static HTML output. Click on the HTML icon on the toolbar. This option creates a static html page that you can put in on the web. Users cannot interact with the dashboard. It is just a snapshot image of the dashboard at the time the output was generated. It does not refresh automatically. You will need to regerate the output again when the data is refreshed.</p>
<p>
&#8221; Desktop Sharing. You can put the dashboard definition file (icv) on a file share directory and other users can view the dashboard through the Dashboard viewer. You may need separate license for dashboard viewers for desktop.</p>
<p><img height="244" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-79.jpg" width="292" /></p>
<p>Go to Menu Create &#8216; Publish to web and it will generate a file that you can put it where the dashboard web server is and it will render the output. The look and feel is different with this option</p>
<p><a href="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-80.jpg"><img height="274" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-80-small.jpg" width="450" /></a></p>
<p>The web version is using a flash charting engine to the desktop Java chart engine.<br />
Details of converting the desktop to web version are not covered in the document. Please refer online at any of our websites for more details</p>
<p>
You can download the <a target="_blank" href="https://s3.amazonaws.com/infocaptor/Dashboard_Tutorial.pdf">complete tutorial as PDF</a><br />
&#8221; Web Sharing: In this option, you can publish the dashboard to web and the dashboard is available real time with all the dashboard parameters and refresh actions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 11</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-11</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-11#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Operational Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-11</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial

Summary
We built the above dashboard completely from scratch.

We defined Calculations
We defined date hierarchies
We built Date Filters
We built Date Parameters
We built Bar Charts
We built Pie Charts
We cleaned the dashboard layout

Next &#8211; Share Excel Dashboard with other Users 
]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-10">Excel Dashboard Tutorial</a></p>
<p><a href="http://www.exceldashboard.org/wp-content/uploads/2010/03/ordermanagementexceldashboard.jpg"><img height="531" alt="Sales Dashboard using Excel" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/ordermanagementexceldashboard-small.jpg" width="450" /></a></p>
<p>Summary</p>
<p>We built the above dashboard completely from scratch.</p>
<ul>
<li>We defined Calculations</li>
<li>We defined date hierarchies</li>
<li>We built Date Filters</li>
<li>We built Date Parameters</li>
<li>We built Bar Charts</li>
<li>We built Pie Charts</li>
<li>We cleaned the dashboard layout</li>
</ul>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-12">Share Excel Dashboard with other Users</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-11/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 10</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-10</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-10#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:18:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Operational Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-10</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial &#8211; 9
Cleanup &#8211; Resize and Organize
Give appropriate names to each portlet.
During the chart creation if we did not provide names, now is the time to provide them.
Right click on each title and click on &#8220;Edit&#8221;


&#160;
Scale down the Size

&#160;
Note, you can drag the corners of each portlet to resize the frames [...]]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-9">Excel Dashboard Tutorial</a> &#8211; 9</p>
<p><strong>Cleanup &#8211; Resize and Organize</strong></p>
<p>Give appropriate names to each portlet.<br />
During the chart creation if we did not provide names, now is the time to provide them.<br />
Right click on each title and click on &#8220;Edit&#8221;</p>
<p>
<img height="224" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-72.jpg" width="659" /></p>
<p>&nbsp;</p>
<p><strong>Scale down the Size</strong></p>
<p><img height="800" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-73.jpg" width="1280" /></p>
<p>&nbsp;</p>
<p>Note, you can drag the corners of each portlet to resize the frames and drag the title name to place them on the canvas</p>
<p>
<strong>Screen real-estate</strong> is very important when designing any dashboard or web application. For better space utilization, we will convert the standard pie to a 3D view</p>
<p><img height="282" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-74.jpg" width="583" /></p>
<p>Also, while arranging the objects, keep the most important charts on the top and left area. Put all the detailed portlets at the bottom.</p>
<p><strong><u>Avoid horizontal scrolling</u></strong></p>
<p>Remember, do not put any objects on the right side of the scroll bar. Always, keep the scrolling to vertical as it is convienient for viewing.</p>
<p><img height="397" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-75.jpg" width="266" /></p>
<p>The above layout will cause for horizontal scrolling and is not a good practice.<br />
Once you do the basic layout of placing the portlets so that they are distinctly visible, it becomes easy to use the resizing options within the tool.</p>
<p>
Navigate to Edit &#8216; Resize Mode</p>
<p><img height="225" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-76.jpg" width="650" /></p>
<p>Once in the resize mode, you can select each object and they are enabled for group resize and placement</p>
<p>Select all the parameters on the top and we will align the top edges with respect to the first one.</p>
<p><img height="196" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-77.jpg" width="542" /></p>
<p>As you see, each plet is shown in red with a bar on top indicating it is selected for alignment<br />
One more, thing, you can also turn the Grid mode to see a guide for your alignment and placement</p>
<p>Goto Edit &#8216; Show Grid</p>
<p>
<img height="324" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-78.jpg" width="564" /></p>
<p>Note: Once you are done with resize and align with one set of objects, make sure to deselect them before working on the next set of objects</p>
<blockquote>
<p>It is best practice to first resize all the objects. All objects on the same horizontal line should have the same height. Select the optimum height of any object on that particular horizontal line and then right click on the title and resize the height of all the selected ones. Then apply the alignment -&gt; Top , deselect the objects and start with the objects in the next horizontal line.</p>
</blockquote>
<p>This completes our basic dashboard which is dynamic and extremely informative.<br />
If you need to further customize the look and feel please refer to our online tutorial and reference section<br />
<a target="_blank" href="http://www.infocaptor.com/user_help/bi-dashboard-help.htm">http://www.infocaptor.com/user_help/bi-dashboard-help.htm</a></p>
<p>
Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-11">Excel Dashboard &#8211; Complete Order Management Dashboard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 9</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-9</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-9#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:05:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[Excel Charts]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-9</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial  &#8211; 8
Finish the Dashboard Design and Development
By now, your dashboard is quite chaotic. You have objects all around your dashboard canvas with different sizes. We will start the process of finishing our design.

&#160;
Before proceeding, we save a copy of the dashboard.

Navigate to menu File &#8216; Save As


&#160;
Give a name [...]]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-8">Excel Dashboard Tutorial </a> &#8211; 8</p>
<p><strong>Finish the Dashboard Design and Development</strong></p>
<p>By now, your dashboard is quite chaotic. You have objects all around your dashboard canvas with different sizes. We will start the process of finishing our design.</p>
<p><img height="432" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-64.jpg" width="844" /></p>
<p>&nbsp;</p>
<p>Before proceeding, we save a copy of the dashboard.</p>
<p>
Navigate to menu File &#8216; Save As</p>
<p>
<img height="363" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-65.jpg" width="508" /></p>
<p>&nbsp;</p>
<p>Give a name to the file so that you can identify the raw dashboard definition file.</p>
<p>
Click on Save.</p>
<p>
Next, go to menu File =&gt; Close All</p>
<p><img height="306" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-66.jpg" width="212" /></p>
<p><img height="422" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-67.jpg" width="747" /></p>
<p>Note that there are no dashboards to view.</p>
<p>
If you need more backup copies to be created or create different versions of the same dashboard definition, then go to the File Explorer, select the file and type &#8211; Ctrl-C, and then Ctrl-V</p>
<p>
<img height="73" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-68.jpg" width="437" /></p>
<p>Now, Click on the File &#8216; Open<br />
Select the file &#8220;Order Management Analytics.icv&#8221;<br />
<img height="367" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-69.jpg" width="623" /></p>
<p>Note that we are not touching the &#8211; Initial Copy file.<br />
Click on Open</p>
<p>
<strong>Get rid of objects you don&#8217;t need</strong><br />
We don&#8217;t need the initial table portlet, so we will delete that.</p>
<p>
Select the &#8220;Name&#8221; portlet and then click on the &#8220;Scissor&#8217; icon on the toolbar</p>
<p><img height="265" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-70.jpg" width="489" /></p>
<p><img height="121" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-71.jpg" width="657" /></p>
<p>&nbsp;</p>
<p>Click &#8220;Yes&#8221; to confirm.</p>
<p>
Note, we created the backup copy of the dashboard so don&#8217;t worry if you mess up the dashboard. You can always go back to the original and start again.</p>
<p>
Similarly remove all objects that you don&#8217;t need it.</p>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-10">Excel Dashboard Tutorial </a> &#8211; Arrange objects in sizing and alignment</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
