#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default future value

How to Return the FUTURE VALUE for a schedule of cash flows that is NOT
PERIODIC with a fixed internal rate.
In other words the other side of XIRR function where a series of dates and
cash flows and internal rate is known.
or
XNPV (with FUTURE value rather than PRESENT value)



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default future value

Check out this site:
http://www.tvmcalcs.com/excel_tvm_functions_page3.htm

It sums things up pretty well (no pun intended). Look at the section titled
€˜Future Value of Uneven Cash Flows Follow the example here. Post back if
you have any more questions.

Regards,
Ryan€”




--
RyGuy


"TonyY" wrote:

How to Return the FUTURE VALUE for a schedule of cash flows that is NOT
PERIODIC with a fixed internal rate.
In other words the other side of XIRR function where a series of dates and
cash flows and internal rate is known.
or
XNPV (with FUTURE value rather than PRESENT value)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default future value

On Nov 22, 10:12 am, TonyY wrote:
How to Return the FUTURE VALUE for a schedule of cash flows
that is NOT PERIODIC with a fixed internal rate.
In other words the other side of XIRR function where a series of
dates and cash flows and internal rate is known.
or XNPV (with FUTURE value rather than PRESENT value)


You want the opposite of XNPV, not XIRR. There are some gotchas, but
ostensibly you compute the FV of the XNPV. It is always best to work
with an example. Consider the following, in columns A and B starting
in row 1:

1/1/2007 -1000
4/1/2007 100
11/1/2007 200
5/1/2008 300
8/1/2008 400
1/1/2009 1000

If the IRR ("fixed internal rate") is 12%, the most "consistent"
result (see below) would be:

=fv(rate(365,0,-1,1+12%), A6-A1, 0, -XNPV(12%, B1:B6, A1:A6))

Note that the daily rate for FV is RATE(...), not simply 12%/365.
RATE(...) produces a compounded daily rate. That is somewhat
debatable; half of the financial experts might choose 12%/365. It
depends on how we assume the IRR is computed. IMHO, since XNPV
effectively uses a compounded daily rate, I think we should use a
compounded daily rate for FV.

Also note that since the starting and ending dates are a multiple of
years apart (namely 2 years), we might think that we should be able to
compute the answer simply by:

=fv(12%, 2, 0, -XNPV(12%, B1:B6, A1:A6))

But you will notice that the result is slightly different. This is
because, in my example, we include the leap month of Feb 2008, and
XNPV uses the difference between dates in actual days.

So in general, I think it is better to use daily compounding for FV
because that is effectively what XNPV does.

(If we changed the years to 2009 and 2010, the simplified formulation
would give the same result -- but again, only if we use the compounded
daily rate in the first FV formulation.)

HTH.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
future value K11ngy Excel Discussion (Misc queries) 1 June 15th 07 01:12 PM
Future Value Devotedx77 New Users to Excel 4 April 30th 07 08:40 AM
Future Value (FV) tikchye_oldLearner57 Excel Discussion (Misc queries) 4 June 22nd 06 06:17 PM
Future Value Juan Solis Excel Worksheet Functions 2 August 17th 05 09:23 AM
Future Value Paul Ilacqua Excel Worksheet Functions 3 January 3rd 05 12:49 AM


All times are GMT +1. The time now is 05:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"