View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] joeu2004@hotmail.com is offline
external usenet poster
 
Posts: 418
Default Cumulated expenses with inflation.

Errata....

I wrote:
=fv(n, r, 0, -P[0])


Oops, got my "n" and "r" mixed up. The correct formula that
corresponds to yours (P[0]*Sum((1+R)^i, i=0..n)) is:

=fv(r, n, 0, -P[0])