Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to calculate PV of payments where pmts. change every 5 yrs.

Need to calculate PV for payment stream covering 60 years, but the payment
amount changes every 5 years.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 418
Default How to calculate PV of payments where pmts. change every 5 yrs.

GlennB wrote:
Need to calculate PV for payment stream covering 60 years, but the payment
amount changes every 5 years.


Use NPV(). You can specify the 60 cash flows in two ways: (1) put
them all into a column and specify that range in the NPV() function,
e.g. NPV(5%, A1:A60); or (2) specify constant arrays in the NPV()
function, e.g.
NPV(5%,{1000,1000,1000,1000,1000},{2000,2000,2000, 2000,2000},...).
With only 12 such arrays, that would fit within the limitation of 29
"values".

Caveat: Excel's NPV() assumes that the first value should be
discounted. So typically, you would add CF0 (the initial investment, a
negative number) outside the NPV() function.

Alternatively, you can sum the PV of the individual sets of similar
cash flows. For example:

=CF0 + pv(5%, 5, -1000, 0) + pv(5%, 5, 0, -pv(5%, 5, -2000, 0)) +
pv(5%, 10, 0, -pv(5%, 5, -3000, 0)) + ....

Note: For both the NPV() and PV() functions, choose the signs of
payments and principal properly.

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
XCEL 2 calculate week or bi-weekly accel. mortgage payment commuter Excel Discussion (Misc queries) 4 May 31st 06 02:08 AM
How do I calculate loan balances when payments are missed? Barnacle Bill Excel Worksheet Functions 2 May 8th 06 06:30 PM
looking for real estate open house fliers that calculate payments Kevin4loans Excel Discussion (Misc queries) 0 April 6th 06 04:49 PM
Change value in cell Chey Excel Discussion (Misc queries) 1 March 8th 06 05:40 PM
Change over time fornula Trevor Excel Worksheet Functions 4 January 4th 06 10:05 PM


All times are GMT +1. The time now is 03:17 PM.

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

About Us

"It's about Microsoft Excel"