<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: It would be easier to just assume I'm not saving enough for retirement...</title>
      <link>http://ask.metafilter.com/78822/It-would-be-easier-to-just-assume-Im-not-saving-enough-for-retirement/</link>
      <description>Comments on Ask MetaFilter post It would be easier to just assume I'm not saving enough for retirement...</description>
	  	  <pubDate>Sun, 16 Dec 2007 23:13:08 -0800</pubDate>
      <lastBuildDate>Sun, 16 Dec 2007 23:13:08 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: It would be easier to just assume I&apos;m not saving enough for retirement...</title>
  	<link>http://ask.metafilter.com/78822/It-would-be-easier-to-just-assume-Im-not-saving-enough-for-retirement</link>	
  	<description>Excel/OpenOffice: How can I use XIRR to show an estimated percentage return based on account deposits/withdrawals/balances? I keep a spreadsheet with information about a brokerage account.  I add entries when I deposit money, when I withdraw money, and occasionally I check the balance and put that into the spreadsheet too.  For example:&lt;br&gt;
&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Dec 1&lt;/td&gt;&lt;td&gt;Dec 7&lt;/td&gt;&lt;td&gt;Dec 14&lt;/td&gt;&lt;td&gt;Dec 21&lt;/td&gt;&lt;td&gt;Dec 28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Balance&lt;br&gt;
&lt;/td&gt;&lt;td&gt;100&lt;br&gt;
&lt;/td&gt;&lt;td&gt;101&lt;br&gt;
&lt;/td&gt;&lt;td&gt;99&lt;br&gt;
&lt;/td&gt;&lt;td&gt;102&lt;br&gt;
&lt;/td&gt;&lt;td&gt;103&lt;br&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Transaction&lt;br&gt;
&lt;/td&gt;&lt;td&gt;+100&lt;br&gt;
&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;-3&lt;br&gt;
&lt;/td&gt;&lt;td&gt;+5&lt;br&gt;
&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;
I&apos;d like to add another row that gives the equivalent interest rate of a simple savings account that had the same transactions and balances, up to that date.  I know that the XIRR function does what I want, but the last cell in the VALUES array has to show a &quot;hypothetical&quot; withdrawal of the balance at the corresponding end date.  As far as I can tell, this means that if I want a &quot;To Date&quot; value for each date in the spreadsheet, I need a triangular array based on the Balance and Transaction rows -- the first row of the array shows the first two dates, the second row of the array shows the first three dates, the third row of the array shows the first four dates, and so on.  The final cell of each of the triangular-array rows would be the hypothetical withdrawal amount.  Then I&apos;d do XIRR on each of the triangular-array rows, and put the result under the corresponding date.  I expect that this would show that sometimes I&apos;ve had a great return, and sometimes I&apos;ve lost money, etc; the value under today&apos;s date would show the time-weighted average from the beginning of the spreadsheet.&lt;br&gt;
Is there an easier way to say this in Excel-speak?  It would be trivial in a real programming language, or if the XIRR function had a way to pass in a final date/value pair, but I&apos;ve reached my spreadsheet-understanding limit.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.78822</guid>
  	<pubDate>Sun, 16 Dec 2007 23:11:40 -0800</pubDate>
  	<dc:creator>spacewrench</dc:creator>
	
	<category>excel</category>
	
	<category>openofficecalc</category>
	
	<category>xirr</category>
	
	<category>interest</category>
	
	<category>spreadsheet</category>
	
</item>
<item>
  	<title>By: spacewrench</title>
  	<link>http://ask.metafilter.com/78822/It-would-be-easier-to-just-assume-Im-not-saving-enough-for-retirement#1169984</link>	
  	<description>Oh noes!  &amp;lt;tables&amp;gt; don&apos;t work, except in Preview!  Apologies for the mess there; I hope you can still figure out what I&apos;m asking.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.78822-1169984</guid>
  	<pubDate>Sun, 16 Dec 2007 23:13:08 -0800</pubDate>
  	<dc:creator>spacewrench</dc:creator>
</item>
<item>
  	<title>By: JackFlash</title>
  	<link>http://ask.metafilter.com/78822/It-would-be-easier-to-just-assume-Im-not-saving-enough-for-retirement#1170002</link>	
  	<description>If I understand your question right, you want to know how to handle the fact that you must have a withdrawal at the ending date to compute the XIRR.  You don&apos;t need a triangular array.  On the date you want to compute the XIRR, place a withdrawal and compute over the range up to and including that withdrawal.  On the next row (or column, depending on which way you are incrementing dates), add an identical deposit back in on the &lt;em&gt;same date&lt;/em&gt;, positive this time.  Then the next month or quarter do the same.  The withdrawal and deposit on the same day cancel out in computations for subsequent periods and are ignored over ranges that include both.  I hope this is what you were asking.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.78822-1170002</guid>
  	<pubDate>Mon, 17 Dec 2007 00:05:03 -0800</pubDate>
  	<dc:creator>JackFlash</dc:creator>
</item>
<item>
  	<title>By: Chris4d</title>
  	<link>http://ask.metafilter.com/78822/It-would-be-easier-to-just-assume-Im-not-saving-enough-for-retirement#1174552</link>	
  	<description>JakcFlash, I couldn&apos;t get your method to work... logically it ought to, though.  Anyway spacewrench, I can&apos;t think of a better way to do what you&apos;re asking; I was hoping that there was a way to tack on the withdrawal via union operators within the function arguments, but it doesn&apos;t seem to work.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.78822-1174552</guid>
  	<pubDate>Wed, 19 Dec 2007 22:31:01 -0800</pubDate>
  	<dc:creator>Chris4d</dc:creator>
</item>

    </channel>
</rss>
