Difference between revisions of "PV()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to calculate the present value of equal regular payments on a loan
 
Function to calculate the present value of equal regular payments on a loan
 
  
 
==Syntax==
 
==Syntax==
 
PV(<expN1>,<expN2>,<expN3>)
 
PV(<expN1>,<expN2>,<expN3>)
 
  
 
==See Also==
 
==See Also==
 
[[CAGR()]], [[FV()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]]
 
[[CAGR()]], [[FV()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]]
 
  
 
==Description==
 
==Description==
 
The PV() function calculates the present value of equal regular payments on a loan, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of equal payments.
 
The PV() function calculates the present value of equal regular payments on a loan, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of equal payments.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
   6144.57
 
   6144.57
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Line 26: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:09, 4 February 2013

Purpose

Function to calculate the present value of equal regular payments on a loan

Syntax

PV(<expN1>,<expN2>,<expN3>)

See Also

CAGR(), FV(), LOG10(), PAYMENT(), PI(), PMT()

Description

The PV() function calculates the present value of equal regular payments on a loan, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of equal payments.

Example

? pv(1000,.10,10)
   6144.57

Products

Lianja, Lianja Server