<?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: Printing Schedules (again)</title>
	<atom:link href="http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/</link>
	<description>Curiosities of a Rambling Mind</description>
	<lastBuildDate>Fri, 27 Jan 2012 06:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bret Whissel</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-139</link>
		<dc:creator>Bret Whissel</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-139</guid>
		<description>Thanks for the tips, dculberson.  I&#039;m sure at least a few folks will appreciate the hints for transferring the data into an Excel spreadsheet.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, dculberson.  I&#8217;m sure at least a few folks will appreciate the hints for transferring the data into an Excel spreadsheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dculberson</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-138</link>
		<dc:creator>dculberson</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-138</guid>
		<description>Darn, also Wordpress filtered out all my angle brackets and their contents.  Everywhere that it says &quot;+&quot; and a letter, it&#039;s supposed to be control - plus - letter.  So &quot;+C&quot; is control - plus - C.  Hold down the control key and press the C key.  Sorry about that.</description>
		<content:encoded><![CDATA[<p>Darn, also WordPress filtered out all my angle brackets and their contents.  Everywhere that it says &#8220;+&#8221; and a letter, it&#8217;s supposed to be control &#8211; plus &#8211; letter.  So &#8220;+C&#8221; is control &#8211; plus &#8211; C.  Hold down the control key and press the C key.  Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dculberson</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-137</link>
		<dc:creator>dculberson</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-137</guid>
		<description>Note that the smiley face with sunglasses above is supposed to be point number eight followed by a closing parenthesis.  Curse you Wordpress!</description>
		<content:encoded><![CDATA[<p>Note that the smiley face with sunglasses above is supposed to be point number eight followed by a closing parenthesis.  Curse you WordPress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dculberson</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-136</link>
		<dc:creator>dculberson</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-136</guid>
		<description>I realize this is an old post, but I thought I&#039;d put in a comment that might be helpful for Irene and others wanting to put the amortization schedules into Excel.  The schedule is already in a format that can be easily transferred to Excel, but Excel doesn&#039;t like some of the HTML stuff in it.  If you strip out the HTML by first pasting it into Notepad, then re-copying it, you get a perfect six-column table with the amortization schedule in it.  Step by step:

1) Get your amortization schedule ready on bretwhissel.net
2) Open both Excel and Notepad with blank documents
3) Highlight, using your mouse cursor, the amortization schedule, starting with the &quot;Pmt&quot; heading and ending with the last number in the table.
4) Copy the highlighted area into the clipboard - either by pressing +C on the keyboard, right-click and go down to &quot;Copy&quot; or go to your &quot;Edit&quot; menu and choose &quot;Copy.&quot;
5) Switch to Notepad and hit &quot;Paste,&quot; either +V, right-click then &quot;Paste&quot; or &quot;Edit&quot; menu then &quot;Paste.&quot;
6) Select all in Notepad by either pressing +A, or right click and choose &quot;Select All&quot; or go to &quot;Edit&quot; menu and choose &quot;Select All.&quot;
7) Copy the selection to clipboard [either +C, right-click then &quot;Copy&quot; or &quot;Edit&quot; menu then &quot;Copy.&quot;]
8) Switch to Excel and hit &quot;Paste&quot; [either +V, right-click then &quot;Paste&quot; or &quot;Edit&quot; menu then &quot;Paste.&quot;]

Voila, text labels in first row and numbers in remaining rows, separated by columns.  It sounds more complicated than it is - with practice you can do all these steps in just a few seconds.  Notepad - or any other text-only editor - is great for stripping formatting out of a lot of text and data.  I even use it on my own stuff within Office documents at times as Office is really pernicious with its format codes.

You won&#039;t have formulas in your spreadsheet - just values - but there&#039;s no way around that without a ton of work on Bret&#039;s part.  My suggestion is either use the online calculator again and repeat these steps or use this as a step to learning Excel and how to use its built-in amortization functions.  [Help keyword amortize]

Bret, thanks a ton for the calculator - I&#039;ve used it dozens of times over the years.</description>
		<content:encoded><![CDATA[<p>I realize this is an old post, but I thought I&#8217;d put in a comment that might be helpful for Irene and others wanting to put the amortization schedules into Excel.  The schedule is already in a format that can be easily transferred to Excel, but Excel doesn&#8217;t like some of the HTML stuff in it.  If you strip out the HTML by first pasting it into Notepad, then re-copying it, you get a perfect six-column table with the amortization schedule in it.  Step by step:</p>
<p>1) Get your amortization schedule ready on bretwhissel.net<br />
2) Open both Excel and Notepad with blank documents<br />
3) Highlight, using your mouse cursor, the amortization schedule, starting with the &#8220;Pmt&#8221; heading and ending with the last number in the table.<br />
4) Copy the highlighted area into the clipboard &#8211; either by pressing +C on the keyboard, right-click and go down to &#8220;Copy&#8221; or go to your &#8220;Edit&#8221; menu and choose &#8220;Copy.&#8221;<br />
5) Switch to Notepad and hit &#8220;Paste,&#8221; either +V, right-click then &#8220;Paste&#8221; or &#8220;Edit&#8221; menu then &#8220;Paste.&#8221;<br />
6) Select all in Notepad by either pressing +A, or right click and choose &#8220;Select All&#8221; or go to &#8220;Edit&#8221; menu and choose &#8220;Select All.&#8221;<br />
7) Copy the selection to clipboard [either +C, right-click then "Copy" or "Edit" menu then "Copy."]<br />
 <img src='http://www.bretwhissel.net/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Switch to Excel and hit &#8220;Paste&#8221; [either +V, right-click then "Paste" or "Edit" menu then "Paste."]</p>
<p>Voila, text labels in first row and numbers in remaining rows, separated by columns.  It sounds more complicated than it is &#8211; with practice you can do all these steps in just a few seconds.  Notepad &#8211; or any other text-only editor &#8211; is great for stripping formatting out of a lot of text and data.  I even use it on my own stuff within Office documents at times as Office is really pernicious with its format codes.</p>
<p>You won&#8217;t have formulas in your spreadsheet &#8211; just values &#8211; but there&#8217;s no way around that without a ton of work on Bret&#8217;s part.  My suggestion is either use the online calculator again and repeat these steps or use this as a step to learning Excel and how to use its built-in amortization functions.  [Help keyword amortize]</p>
<p>Bret, thanks a ton for the calculator &#8211; I&#8217;ve used it dozens of times over the years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret Whissel</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-36</link>
		<dc:creator>Bret Whissel</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-36</guid>
		<description>Hi, Irene.  Making the calculator data Excel-able would be quite a bit of work.  I will think about how that could be done effectively.

Could you give me an idea of how you would like to use the data if it&#039;s in an Excel format?</description>
		<content:encoded><![CDATA[<p>Hi, Irene.  Making the calculator data Excel-able would be quite a bit of work.  I will think about how that could be done effectively.</p>
<p>Could you give me an idea of how you would like to use the data if it&#8217;s in an Excel format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irene</title>
		<link>http://www.bretwhissel.net/blog/2008/08/printing-schedules-again/comment-page-1/#comment-33</link>
		<dc:creator>Irene</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bretwhissel.net/blog/?p=167#comment-33</guid>
		<description>I&#039;m a great fan of your calculator - have used it countless times at home and at work.  It&#039;s 99.9% perfect - the .1% would be taken care of if I could download the schedule into Excel.  Any plans for that in the future?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a great fan of your calculator &#8211; have used it countless times at home and at work.  It&#8217;s 99.9% perfect &#8211; the .1% would be taken care of if I could download the schedule into Excel.  Any plans for that in the future?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

