Difference between revisions of "Manuals/calci/IRR"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left">  <font color="#000000">'''<font face="Arial, sans-serif"><font size="2">IRR(V, E)</font></font>'''</font> <font c...")
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> 
+
<div style="font-size:30px">'''IRR (CashFlowEvents,StartGuess,Accuracy,NoOfIterations)'''</div><br/>
 +
*<math>CashFlowEvents</math>  is the array of values.
 +
*<math>StartGuess</math> is the number is close to the result of IRR.
 +
*<math>Accuracy</math> is the correct of decimal places of the result.
 +
*<math>NoOfIterations</math> is the number of iterations.
 +
**IRR(), returns the internal rate of return for a series of cash flows.
  
<font color="#000000">'''<font face="Arial, sans-serif"><font size="2">IRR(V, E)</font></font>'''</font>
+
==Description==
 +
*This function  gives  the internal rate of return of a cash flow stream associated with an investment.
 +
*The Internal Rate of Return is the interest rate that makes the Net Present Value zero.
 +
*<math>IRR</math> is similar to the  net present value calculation.
 +
*In  <math>IRR (CashFlowEvents,StartGuess,Accuracy,NoOfIterations)</math>,<math>CashFlowEvents</math> is an values which is the array or a reference to cells that contain numbers for which you want to calculate the internal rate of return.
 +
*<math>StartGuess</math> is the guess which is indicating the number that you guess is close to the result of <math>IRR</math>.
 +
*<math>CashFlowEvents</math> must have atleast one positive and one negative value to find the internal rate of return.
 +
*The value of <math>CashFlowEvents</math> can be array or reference argument contains text, logical values or empty cells, the values which are ignored.
 +
*The <math>StartGuess</math> value is optional, when we are omitting the <math>StartGuess</math> value,by default it will consider the value as 10%(0.1).
 +
*The calculation of <math>IRR</math> uses an iterative method.
 +
*The value is starting from g value and doing the calculation until the result is accurate within 0.00001%.
 +
*Also <math>IRR</math> can't find the result that works after 20 tries.
 +
*The  calculating <math>IRR</math> for cash flows occurring at any other regular intervals like quarterly or semi annual  by using respective factor.
 +
*<math>IRR</math> is also called effective interest rate, or rate of return.
 +
*It is used to evaluate an investment or project.
 +
*The function will return the result as error after the 20 tries in the iterative method.
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''Where 'V''''</font></font><font face="Arial, sans-serif"><font size="2"> is an array or a reference to cells and 'E' is a number that you guess is close to the result of IRR.</font></font></font>
+
==Examples==
 
+
{| class="wikitable"
</div>
+
|-
----
+
! !! A !! B 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">This function returns the internal rate of return for a series of cash flows represented by the numbers.</font></font></font></div>
+
|-
----
+
! 1
<div id="7SpaceContent" class="zcontent" align="left"> 
+
| -100000 || -500000
 
+
|-
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">The following formula demonstrates how NPV and IRR are related:</font></font></font><font color="#000000"><font face="Arial, sans-serif"><font size="2">NPV(IRR(B1:B6),B1:B6) equals 3.60E-08 </font></font></font>
+
! 2
 
+
| 10000 || 32000
</div>
+
|-
----
+
! 3
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
|28000 || 45000
 +
|-
 +
! 4
 +
|20000 || 100000
 +
|-
 +
! 5
 +
| 32500 || 150000
 +
|-
 +
! 6
 +
| 59000 || 275000
 +
|-
 +
! 7
 +
|1000 ||67000
 +
|}
  
IRR
+
#=IRR(A1:A6)=11.88%
 +
#=IRR(A1:A5,20%) = -3.45%
 +
#=IRR(B1:B7) = 7.31%%
 +
#=IRR(B1:B5,5%)= -12.47%
 +
#IRR([-100000,10000,28000,20000,32500,59000,1000]) = 0.12040035641121027
  
</div></div>
+
==Related Videos==
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
+
{{#ev:youtube|OJ9-PGFsnwg|280|center|Internal Rate of Return}}
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">IRR(V, E)</font></font></font>
+
==See Also==
 +
*[[Manuals/calci/MIRR | MIRR ]]
 +
*[[Manuals/calci/NPV | NPV ]]
 +
*[[Manuals/calci/RATE | RATE ]]
 +
*[[Manuals/calci/XIRR | XIRR ]]
 +
*[[Manuals/calci/XNPV | XNPV ]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''B'''</font></font></font>
+
==References==
 +
[http://www.techonthenet.com/excel/formulas/irr.php Internal rate of return]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">-25000</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">10000</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">11000</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">14000</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">18000</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">20000</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=IRR(B2:B7) is 0.4259</nowiki></font></font></font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="          " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | -25000
 
| class="sshl_f" | 0.4259
 
| class="                                            " |
 
| class=" " |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 10000
 
| class="                                                                        sshl_f  " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 11000
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 14000
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 18000
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class="sshl_f" | 20000
 
| class=" " |
 
| class=" " |
 
| class="  SelectTD  SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 05:52, 27 May 2022

IRR (CashFlowEvents,StartGuess,Accuracy,NoOfIterations)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CashFlowEvents} is the array of values.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle StartGuess} is the number is close to the result of IRR.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Accuracy} is the correct of decimal places of the result.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NoOfIterations} is the number of iterations.
    • IRR(), returns the internal rate of return for a series of cash flows.

Description

  • This function gives the internal rate of return of a cash flow stream associated with an investment.
  • The Internal Rate of Return is the interest rate that makes the Net Present Value zero.
  • Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle IRR} is similar to the net present value calculation.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR (CashFlowEvents,StartGuess,Accuracy,NoOfIterations)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CashFlowEvents} is an values which is the array or a reference to cells that contain numbers for which you want to calculate the internal rate of return.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle StartGuess} is the guess which is indicating the number that you guess is close to the result of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR} .
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CashFlowEvents} must have atleast one positive and one negative value to find the internal rate of return.
  • The value of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CashFlowEvents} can be array or reference argument contains text, logical values or empty cells, the values which are ignored.
  • The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle StartGuess} value is optional, when we are omitting the value,by default it will consider the value as 10%(0.1).
  • The calculation of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR} uses an iterative method.
  • The value is starting from g value and doing the calculation until the result is accurate within 0.00001%.
  • Also Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR} can't find the result that works after 20 tries.
  • The calculating Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR} for cash flows occurring at any other regular intervals like quarterly or semi annual by using respective factor.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IRR} is also called effective interest rate, or rate of return.
  • It is used to evaluate an investment or project.
  • The function will return the result as error after the 20 tries in the iterative method.

Examples

A B
1 -100000 -500000
2 10000 32000
3 28000 45000
4 20000 100000
5 32500 150000
6 59000 275000
7 1000 67000
  1. =IRR(A1:A6)=11.88%
  2. =IRR(A1:A5,20%) = -3.45%
  3. =IRR(B1:B7) = 7.31%%
  4. =IRR(B1:B5,5%)= -12.47%
  5. IRR([-100000,10000,28000,20000,32500,59000,1000]) = 0.12040035641121027

Related Videos

Internal Rate of Return

See Also

References

Internal rate of return