<?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: Dr. Scroll-bar Mortgage Calculator or: Why you should not be borning and use form controls</title>
	<atom:link href="http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Thu, 02 Sep 2010 17:48:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcelo Rivadeneira</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-105372</link>
		<dc:creator>Marcelo Rivadeneira</dc:creator>
		<pubDate>Sat, 08 May 2010 18:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-105372</guid>
		<description>Hi Chandoo:
I am glad you changed your site name to Chandoo, I never really appreciated the dillbert reference, Chandoo sounds more original and easier to remember, also the time and effort you invest in it, will be on your own brand.

By the way I subscribed to your e mail updates, which are straight forward and practical, but never was able to download  25 tips e book.

Regards,

Marcelo</description>
		<content:encoded><![CDATA[<p>Hi Chandoo:<br />
I am glad you changed your site name to Chandoo, I never really appreciated the dillbert reference, Chandoo sounds more original and easier to remember, also the time and effort you invest in it, will be on your own brand.</p>
<p>By the way I subscribed to your e mail updates, which are straight forward and practical, but never was able to download  25 tips e book.</p>
<p>Regards,</p>
<p>Marcelo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annual Goals Tracker Sheet [awesome ways to use excel] &#124; Pointy Haired Dilbert: Learn Excel Online - Chandoo.org</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-95738</link>
		<dc:creator>Annual Goals Tracker Sheet [awesome ways to use excel] &#124; Pointy Haired Dilbert: Learn Excel Online - Chandoo.org</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-95738</guid>
		<description>[...] And scrollbar form controls to adjust the % completion values. [learn how to] [...]</description>
		<content:encoded><![CDATA[<p>[...] And scrollbar form controls to adjust the % completion values. [learn how to] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-95688</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Sun, 28 Feb 2010 22:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-95688</guid>
		<description>@Alok: You cannot use scrollbar control to capture fractions. You can however use helper cells to convert the scrollbar value to a fraction. you can see that in the downloadable example.</description>
		<content:encoded><![CDATA[<p>@Alok: You cannot use scrollbar control to capture fractions. You can however use helper cells to convert the scrollbar value to a fraction. you can see that in the downloadable example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Doshi</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-93606</link>
		<dc:creator>Alok Doshi</dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-93606</guid>
		<description>how to do with fractions and decimals 0.001 or 0.01 or 0.1

Alok Doshi</description>
		<content:encoded><![CDATA[<p>how to do with fractions and decimals 0.001 or 0.01 or 0.1</p>
<p>Alok Doshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-92821</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-92821</guid>
		<description>Zach: as far as I can tell, scrollbars can only take integer values as their increment. However, if it&#039;s an increment of 0.1 that you want, I would use the standard increment of 1 in the scrollbar settings, and then in the next cell divide that output by 10.</description>
		<content:encoded><![CDATA[<p>Zach: as far as I can tell, scrollbars can only take integer values as their increment. However, if it&#8217;s an increment of 0.1 that you want, I would use the standard increment of 1 in the scrollbar settings, and then in the next cell divide that output by 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-92820</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-92820</guid>
		<description>@Zach.. this is a limitation of scrollbar controls. One way to over come this is by using an intermediate helper cell. I have done that for interest rate in the above example. Download and see it for yourself.</description>
		<content:encoded><![CDATA[<p>@Zach.. this is a limitation of scrollbar controls. One way to over come this is by using an intermediate helper cell. I have done that for interest rate in the above example. Download and see it for yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-92819</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-92819</guid>
		<description>I&#039;m using the scroll bar for another use and I want to be able to adjust the incremental change by .1 instead of whole numbers. Is there a way to do this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the scroll bar for another use and I want to be able to adjust the incremental change by .1 instead of whole numbers. Is there a way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carter's Mortgage Journal</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-92762</link>
		<dc:creator>Carter's Mortgage Journal</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-92762</guid>
		<description>Great calculator.  It has plenty of features for getting your calculations just right.  The interface is a little tricky but it&#039;s worth it.</description>
		<content:encoded><![CDATA[<p>Great calculator.  It has plenty of features for getting your calculations just right.  The interface is a little tricky but it&#8217;s worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make an interactive mortage calculator in Excel &#124; Pro in Telecto</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-91923</link>
		<dc:creator>How to make an interactive mortage calculator in Excel &#124; Pro in Telecto</dc:creator>
		<pubDate>Sun, 24 Jan 2010 20:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-91923</guid>
		<description>[...] How to make an interactive mortage calculator in Excel  January 25th, 2010 jedwan Leave a comment Go to comments    Article [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make an interactive mortage calculator in Excel  January 25th, 2010 jedwan Leave a comment Go to comments    Article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://chandoo.org/wp/2010/01/20/mortgage-payment-calculator/#comment-91593</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Thu, 21 Jan 2010 12:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2513#comment-91593</guid>
		<description>Andy-
That&#039;s been driving me nuts for some time. It was a simple solution i would have never found! Thanks.</description>
		<content:encoded><![CDATA[<p>Andy-<br />
That&#8217;s been driving me nuts for some time. It was a simple solution i would have never found! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 5/8 queries in 0.019 seconds using disk

Served from: chandoo.org @ 2010-09-02 12:51:04 -->