Difference between revisions of "CAGR()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to calculate compound annual growth rate
 
Function to calculate compound annual growth rate
 
  
 
==Syntax==
 
==Syntax==
 
CAGR(<expN1>,<expN2>,<expN3>)
 
CAGR(<expN1>,<expN2>,<expN3>)
 
  
 
==See Also==
 
==See Also==
 
[[FV()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]], [[PV()]]
 
[[FV()]], [[LOG10()]], [[PAYMENT()]], [[PI()]], [[PMT()]], [[PV()]]
 
  
 
==Description==
 
==Description==
 
The CAGR() function calculates compound annual growth rate where the present <expN1> is the starting figure, the future <expN2> is the target figure at the end of the period, and years <expN3> is the growth period in years.
 
The CAGR() function calculates compound annual growth rate where the present <expN1> is the starting figure, the future <expN2> is the target figure at the end of the period, and years <expN3> is the growth period in years.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 08:56, 4 February 2013

Purpose

Function to calculate compound annual growth rate

Syntax

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

See Also

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

Description

The CAGR() function calculates compound annual growth rate where the present <expN1> is the starting figure, the future <expN2> is the target figure at the end of the period, and years <expN3> is the growth period in years.

Example

? cagr(5000,10000,5)
      0.15