#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim Tim is offline
external usenet poster
 
Posts: 408
Default Calculating NPV

In column "A" I have the years were the cash flow has occurred. These years
are different for different projects and might start differently and before
the actual year.
In column B I have the cash flow values for each individual year.

To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.

The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?

To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)

To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?

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

This is good:
www.studyfinance.com/templates/NPV.xls

Or see these:
http://www.youtube.com/watch?v=JOqEpxNGQjk
http://www.youtube.com/watch?v=td4nDJ04YYo
http://www.youtube.com/watch?v=dqc5n4nMbVI

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Tim" wrote:

In column "A" I have the years were the cash flow has occurred. These years
are different for different projects and might start differently and before
the actual year.
In column B I have the cash flow values for each individual year.

To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.

The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?

To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)

To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim Tim is offline
external usenet poster
 
Posts: 408
Default Calculating NPV

thanks ryguy7272, but there were no examples how to calculate NPV from a
dynamic array.

I think I did it. The formulae is:
=NPV(CC28,OFFSET(BS7,MATCH(CJ11,BS7:BS18,0)-1,13,YEAR(CJ12)-YEAR(CJ11),))
where cc28 - dsct rate
bs7 - reference cell
height of arry - YEAR(CJ12)-YEAR(CJ11)

"ryguy7272" wrote:

This is good:
www.studyfinance.com/templates/NPV.xls

Or see these:
http://www.youtube.com/watch?v=JOqEpxNGQjk
http://www.youtube.com/watch?v=td4nDJ04YYo
http://www.youtube.com/watch?v=dqc5n4nMbVI

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Tim" wrote:

In column "A" I have the years were the cash flow has occurred. These years
are different for different projects and might start differently and before
the actual year.
In column B I have the cash flow values for each individual year.

To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.

The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?

To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)

To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim Tim is offline
external usenet poster
 
Posts: 408
Default Calculating NPV

thanks ryguy7272 but the links dindt have any examples on how to calculate
NPV from a dynamic range.

I think I did it:
=NPV(CC28,OFFSET(BS7,MATCH(CJ11,BS7:BS18,0)-1,13,YEAR(CJ12)-YEAR(CJ11),))
if anyone any sugestion, please you are welcome.
"ryguy7272" wrote:

This is good:
www.studyfinance.com/templates/NPV.xls

Or see these:
http://www.youtube.com/watch?v=JOqEpxNGQjk
http://www.youtube.com/watch?v=td4nDJ04YYo
http://www.youtube.com/watch?v=dqc5n4nMbVI

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Tim" wrote:

In column "A" I have the years were the cash flow has occurred. These years
are different for different projects and might start differently and before
the actual year.
In column B I have the cash flow values for each individual year.

To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.

The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?

To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)

To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?

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
calculating tofimoon4 New Users to Excel 4 June 13th 07 03:40 PM
Calculating % when 0 is 100% Alison Excel Worksheet Functions 3 February 23rd 06 06:05 PM
I need help calculating this. TroyM Charts and Charting in Excel 4 December 28th 05 07:14 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Not Calculating? Trevor J. Wilson Excel Worksheet Functions 3 April 15th 05 03:14 AM


All times are GMT +1. The time now is 11:27 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"