ReferenceFunctionsFinancial Functions
PPMT
PPMT: Returns the principal component of a payment for a specific period.
Summary
PPMT is computed as PMT - IPMT using the same rate, timing, and sign convention.
Remarks
rateis the interest rate per payment period.peris 1-based and must satisfy1 <= per <= nper.- Cash-flow sign convention: with a positive borrowed
pv, principal components are usually negative. type = 1means beginning-of-period payments.- Returns
#NUM!whenperis outside valid bounds.
Examples
Example
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
null
Example
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
null
Related functions
FAQ
How is PPMT computed?
PPMT is computed as PMT - IPMT for the same rate, per, nper, pv, fv, and type.
Runtime metadata
Category
Financial
Signature
PPMT(arg1: Number, arg2: Number, arg3: Number, arg4: Number, arg5: Number, arg6…: Number)Arity
min 4, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
arg5Number · Scalar · coercion NumberLenientText
arg6Number · Scalar · coercion NumberLenientText
Caps
PURE
Source