Difference between revisions of "FV()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return future value of a periodic investment
 
Function to return future value of a periodic investment
 
  
 
==Syntax==
 
==Syntax==
 
FV(<expN1>,<expN2>,<expN3>)
 
FV(<expN1>,<expN2>,<expN3>)
 
  
 
==See Also==
 
==See Also==
 
[[CAGR()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]], [[PV()]]
 
[[CAGR()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]], [[PV()]]
 
  
 
==Description==
 
==Description==
 
The FV() function calculates the future value of an investment, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of payments.
 
The FV() function calculates the future value of an investment, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of payments.
 
  
 
==Example==
 
==Example==
Line 22: Line 18:
  
  
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Revision as of 11:57, 7 December 2012

Purpose

Function to return future value of a periodic investment

Syntax

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

See Also

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

Description

The FV() function calculates the future value of an investment, where <expN1> is the payment per period, <expN2> is the periodic interest rate and <expN3> is the number of payments.

Example

? fv(1000,.10,20)
  57275.00