Difference between revisions of "Manuals/calci/cumipmt"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''CUMIPMT'''(R, NPPeriods, PValue, SP, EP, Type) where, '''R''' - the interest rate. '''NPPeriods''' - the ...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''CUMIPMT(R, NPPeriods, PValue, SP, EP, Type)'''</div><br/>
 +
*<math>R<math> is the interest rate.
 +
*<math>NPPeriods<math> is the total number of payment periods.
 +
*<math>PV<math> is the present value.
 +
*<math>SP<math> is the first period beginning with 1.
 +
*<math>EP<math> is the last period.
 +
*<math>Type<math> is the timing of the payment.
 +
 
 +
==Description==
 +
*This function gives the cumulative interest paid on a loan between SP and EP.
 +
*CUMIPMT shows the ERROR value when <math>R\le 0</math>, <math>NPPeriods\le=0</math>, <math>PresentValue\le 0<math>, or <math>P\lt 1<math>, <math>EP\lt 1<math>, <math>SP \gt EP<math>,
 +
*<math>Type</math> should be 0 or 1.
 +
TYPE              TIMIING
 +
 
 +
0                 Payment at the end of the period
 +
 
 +
1                 Payment at the beginning of the period
 +
 
 +
 
 +
==Examples==
 +
=CUMIPMT(0.03/12,B3*12,B4,13,24,0)
 +
 
 +
CUMIPMT returns -5527.3132.
 +
 
 +
Consider another example
 +
 
 +
=CUMIPMT(0.02/12,10*12,200000,10,20,1)
 +
CUMIPMT returns -3269.9831.
 +
 
 +
==References==
 +
 
 +
 
 +
 
 +
 
 +
 
  
'''CUMIPMT'''(R, NPPeriods, PValue, SP, EP, Type)
 
  
where,
 
  
'''R''' - the interest rate.
 
  
'''NPPeriods''' - the total number of payment periods.
 
  
'''PV''' - the present value.
 
  
'''SP''' - the first period beginning with 1.
 
  
'''EP''' - the last period.
 
  
'''Type''' - the timing of the payment.
 
  
TYPE              TIMIING
 
  
0                     Payment at the end of the period
 
  
1                     Payment at the beginning of the period
 
  
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
This function gives the cumulative interest paid on a loan between SP and EP.
 
  
</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
CUMIPMT shows the ERROR value when R&lt;=0, NPPeriods&lt;=0, PresentValue&lt;=0, or SP&lt;1, EP&lt;1, SP &gt;EP,
 
  
Type should be 0 or 1.
 
  
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
CUMIPMT
 
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
 
Lets see an example
 
Lets see an example
  
<nowiki>=CUMIPMT(0.03/12,B3*12,B4,13,24,0)</nowiki>
+
UNIQ8a938ab9c7940197-nowiki-00000004-QINU
  
 
CUMIPMT returns -5527.3132.
 
CUMIPMT returns -5527.3132.
Line 55: Line 62:
 
Consider another example
 
Consider another example
  
<nowiki>=CUMIPMT(0.02/12,10*12,200000,10,20,1)</nowiki>
+
UNIQ8a938ab9c7940197-nowiki-00000005-QINU
  
 
CUMIPMT returns -3269.9831.
 
CUMIPMT returns -3269.9831.
 
</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="5SpaceContent" class="zcontent" align="left">
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class="  SelectTD SelectTD" |
 
<div id="5Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="5Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| class="  " | Column2
 
| class="    " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="  " | 15
 
| class="sshl_f" | 10
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class=" " | 200000
 
| class="sshl_f" | 200000
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | -5527.313229
 
| class="sshl_f" | -3269.983074
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| 0
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 07:01, 12 February 2014

CUMIPMT(R, NPPeriods, PValue, SP, EP, Type)


  • Failed to parse (syntax error): {\displaystyle R<math> is the interest rate. *<math>NPPeriods<math> is the total number of payment periods. *<math>PV<math> is the present value. *<math>SP<math> is the first period beginning with 1. *<math>EP<math> is the last period. *<math>Type<math> is the timing of the payment. ==Description== *This function gives the cumulative interest paid on a loan between SP and EP. *CUMIPMT shows the ERROR value when <math>R\le 0} , , Failed to parse (syntax error): {\displaystyle PresentValue\le 0<math>, or <math>P\lt 1<math>, <math>EP\lt 1<math>, <math>SP \gt EP<math>, *<math>Type} should be 0 or 1.
TYPE              TIMIING
0                 Payment at the end of the period
1                 Payment at the beginning of the period


Examples

=CUMIPMT(0.03/12,B3*12,B4,13,24,0)

CUMIPMT returns -5527.3132.

Consider another example

=CUMIPMT(0.02/12,10*12,200000,10,20,1) CUMIPMT returns -3269.9831.

References

Lets see an example

?UNIQ8a938ab9c7940197-nowiki-00000004-QINU?

CUMIPMT returns -5527.3132.

Consider another example

?UNIQ8a938ab9c7940197-nowiki-00000005-QINU?

CUMIPMT returns -3269.9831.