Difference between revisions of "Documentation/How Tos/Calc: NPV function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: NPV function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_NPER_function
 +
|NextPage=Documentation/How_Tos/Calc:_PMT_function
 +
}}__NOTOC__
  
 
== NPV ==
 
== NPV ==
Line 22: Line 27:
 
: where cells A1:A3 contain <tt>'''1000'''</tt>, <tt>'''2000'''</tt> and <tt>'''3000'''</tt>, returns <tt>'''4943.21'''</tt> similarly.  
 
: where cells A1:A3 contain <tt>'''1000'''</tt>, <tt>'''2000'''</tt> and <tt>'''3000'''</tt>, returns <tt>'''4943.21'''</tt> similarly.  
  
=== See also: ===
+
=== Issues: ===
[[Documentation/How_Tos/Calc: IRR function|'''IRR''']],
+
* The discount rate chosen is assumed to compound each period. If the period is say one month, and you wish to calculate using a competitive return known over one year, you might choose a discount rate of a twelfth of the competitive return - but be aware that this is not absolutely accurate. There is no simple formula.
[[Documentation/How_Tos/Calc: MIRR function|'''MIRR''']],
+
[[Documentation/How_Tos/Calc: XIRR function|'''XIRR''']],
+
[[Documentation/How_Tos/Calc: XNPV function|'''XNPV''']],
+
[[Documentation/How_Tos/Calc: PV function|'''PV''']]
+
  
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: IRR function|IRR]]
 +
* [[Documentation/How_Tos/Calc: MIRR function|MIRR]]
 +
* [[Documentation/How_Tos/Calc: XIRR function|XIRR]]
 +
* [[Documentation/How_Tos/Calc: XNPV function|XNPV]]
 +
* [[Documentation/How_Tos/Calc: PV function|PV]]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
  
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
* The discount rate chosen is assumed to compound each period. If the period is say one month, and you wish to calculate using a competitive return known over one year, you might choose a discount rate of a twelfth of the competitive return - but be aware that this is not absolutely accurate. There is no simple formula.
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Financial functions]]

Latest revision as of 15:58, 30 January 2024

NPV

Returns the net present value of an investment with regular cash payments.

Syntax:

NPV(discountrate; payment1; payment2; ... payment30)

payment1 to payment30 are up to 30 numbers or ranges containing numbers, representing payments made at the end of each of a series of fixed length periods. The payments may be both positive and negative, for income and outgoing.
discountrate is the discount rate (expressed as a fraction of 1) which you consider applies to one single period. It is assumed to be constant for all periods.
NPV calculates the net present value using the formula:
Calc npv equation.png

Example:

NPV(8.75%; 1000; 2000; 3000)

where the discount rate 8.75% is the assumed competitive return over one year, and 1000 is to be paid at the end of year 1, 2000 at the end of year 2 and 3000 at the end of year 3, returns 4943.21 as currency.

NPV(0.0875; A1:A3)

where cells A1:A3 contain 1000, 2000 and 3000, returns 4943.21 similarly.

Issues:

  • The discount rate chosen is assumed to compound each period. If the period is say one month, and you wish to calculate using a competitive return known over one year, you might choose a discount rate of a twelfth of the competitive return - but be aware that this is not absolutely accurate. There is no simple formula.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_NPV_function&oldid=259745"
Views
Personal tools
Navigation
Tools
In other languages