ISPMT (PQL - xl)
This function calculates the interest paid during a specific period of an investment
- Library: PQL \ Spreadsheet \ Financial
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
ISPMT(rate, per, nper, pv)
Function Arguments
Name | Description | Type | Optional |
rate | Interest rate for the investment | Number |
|
per | Number of the period for which to find the interest, between 1 and nper | Number |
|
nper | Total number of payment periods for the investment | Number |
|
pv | Present value of the investment | Number |
|
Comments
This function is the same as the Microsoft Excel 'ISPMT' function - using the same inputs, logic and outputs.