ZCubes/How to Apply Spreadsheet functions comparison PMT and looping

From ZCubes Wiki
Jump to navigation Jump to search

How to Apply Spreadsheet functions comparison PMT and looping


ZCubes handles the spreadsheet functions in a unique and revolutionary way. This video compares certain spreadsheet functions in ordinary spreadsheets with ZCubes. It demonstrates how the PMT calculation ( loan payment) can be done in ZCubes for a range of values easily. In ordinary spreadsheets, evaluating the computation for a range of values is difficult, whereas in ZCubes it is easy and natural. You can compute monthly payments required for various lengths of loan in one line of command.

Video


Spreadsheet functions comparison PMT and looping















Examples

PMT, one of the financial functions, calculates the payment for a loan based on constant payments and a constant interest rate.

The syntax to calculate PMT is PMT(Rate,NoPaymentPeriods,PresentValue,FutureValue,Type)

The PMT function syntax has the following arguments:

Rate - Required. The interest rate for the loan.

NoPaymentPeriods - Required. The total number of payments for the loan.

PresentValue - Required. The present value, or the total amount that a series of future payments is worth now; also known as the principal.

FutureValue - Optional. The future value, or a cash balance you want to attain after the last payment is made. If FutureValue is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.

Type - Optional. The number 0 (zero) or 1 and indicates when payments are due.

E.g 1]

displays the result as -1037.0320893591636.


E.g 2]

displays the result for number of payment periods from 10-20 as -


Rate NoPaymentPeriods PresentValue FutureValue Type PMT
0.006666666666666667 10 10000 0 0 -1037.0320893591636
0.006666666666666667 11 10000 0 0 -945.8572088668927
0.006666666666666667 12 10000 0 0 -869.8842908542199
0.006666666666666667 13 10000 0 0 -805.6051895572646
0.006666666666666667 14 10000 0 0 -750.5140865267988
0.006666666666666667 15 10000 0 0 -702.7733815233751
0.006666666666666667 16 10000 0 0 -661.00487432679
0.006666666666666667 17 10000 0 0 -624.154647083386
0.006666666666666667 18 10000 0 0 -591.4029858709104
0.006666666666666667 19 10000 0 0 -562.1027480850114
0.006666666666666667 20 10000 0 0 -535.7362196097782


E.g 3]

displays the result for number of payment periods from 10-20 and for type 0 or type 1 for each period.


Rate NoPaymentPeriods PresentValue FutureValue Type PMT
0.006666666666666667 10 10000 0 0 -1037.0320893591636
0.006666666666666667 10 10000 0 1 -1030.1643271779772
0.006666666666666667 11 10000 0 0 -945.8572088668927
0.006666666666666667 11 10000 0 1 -939.5932538412842
0.006666666666666667 12 10000 0 0 -869.8842908542199
0.006666666666666667 12 10000 0 1 -864.1234677359802
0.006666666666666667 13 10000 0 0 -805.6051895572646
0.006666666666666667 13 10000 0 1 -800.2700558515874
0.006666666666666667 14 10000 0 0 -750.5140865267988
0.006666666666666667 14 10000 0 1 -745.5437945630453
0.006666666666666667 15 10000 0 0 -702.7733815233751
0.006666666666666667 15 10000 0 1 -698.1192531689157
0.006666666666666667 16 10000 0 0 -661.00487432679
0.006666666666666667 16 10000 0 1 -656.6273586027716
0.006666666666666667 17 10000 0 0 -624.154647083386
0.006666666666666667 17 10000 0 1 -620.0211725993902
0.006666666666666667 18 10000 0 0 -591.4029858709104
0.006666666666666667 18 10000 0 1 -587.4864098055401
0.006666666666666667 19 10000 0 0 -562.1027480850114
0.006666666666666667 19 10000 0 1 -558.3802133294815
0.006666666666666667 20 10000 0 0 -535.7362196097782
0.006666666666666667 20 10000 0 1 -532.1882976256076





© Copyright 1996-2020, ZCubes, Inc.