问题描述
以下是60个期间的现金流量表。
Below is a cash flow table for 60 periods.
有一套经常性现金流。有没有一个简单的方法来计算所有60个时期(每月现金流)的净现值,而不必创建60行的表格并使用NPV公式?
There is a set of recurring cash flows. Is there a simple way in excel to calculate the NPV for all 60 periods (monthly cashflows) without have to create a table of 60 rows and using the NPV formula?
所以60行项目的公式将是这样的:
So the formula for 60 line items would be something like this:
= NPV(周期价格,CF 1 - 60的值)+ CF0
=NPV(PERIODIC RATE, VALUES OF CF 1 - 60) + CF0
但是,如果您知道Excel中有定期现金流,而不必枚举所有60行,您可以快捷吗?
But can you shortcut it if you know there are recurring cashflows in excel and not have to enumerate all 60 rows?
提前感谢
推荐答案
您可以使用年金公式
在 D1
使用 = 1 /($ B $ 7/12)*(1-1 /(1 + $ B $ 7/12)^ C1)* B1 * 1 /(1 + $ B $ 7/12)^ (SUM($ C $ 1:C1)-12)
并复制
这篇关于分组定期CF的Excel中的净现值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!