CUMPRINC function - The function calculates the cumulative capital amount payable in Excel
In the process of investing and calculating, if you do not have enough capital, you will definitely need to borrow to invest. Once you have borrowed the investment you want to calculate how much debt to pay off at the end of the term. The following article shows how to use the CUMPRINC Function to help you calculate by calculating the cumulative capital amount to pay.
Description: The function returns the cumulative capital amount of a loan from the beginning of the period to the end of the period, usually the function returns a negative value because the value of the function represents the amount of money lost due to borrowing.
Syntax: CUMPRINC (rate, nper, pv, start_period, end_period, type) .
Inside:
- rate : The interest rate of each period, is a required parameter.
- nper : Total number of periods with interest payment, a required parameter.
- pv : The value of the loan amount at the present time, is the required parameter.
- start_period : The first of the periods in which you want to calculate the cumulative capital amount, is the required parameter.
- end_period : The last of the periods in which you want to calculate the cumulative capital payables, is the required parameter.
- type : Method of interest payment, if type = 0 => interest paid at the end of the period, type = 1 => interest paid at the beginning of the period.
Attention:
- rate, nper must use a consistent unit, for example, loan is annualized => interest is calculated by year.
- If nper, end_period, start_period, type are decimal => the function takes the integer value of the above parameters.
- If the function pv returns the #NUM!
- If start_period <1, end_period end_period => the function returns the value #NUM !.
- Because the type has only 2 values, 0 and 1 if the parameter is outside these 2 values => the function returns the value #NUM !.
For example:
Calculate the total liabilities of the loan below in the first month and in the second year with the following table:
1. Calculate the total amount of liabilities payable in the first month
Since the interest rate is per year, it is necessary to divide the interest rate by 12 months, the total loan amount by the year, so the number of years times 12.
In the cell to calculate enter the formula: = CUMPRINC (D7 / 12, D8 * 12, D9,1,1,0) .
Result:
Because it's a debt, it has a negative value.
2. Calculating liabilities in the second year
In 2nd year starting from the expiry of the period 13 to 24. So why should count box enter the following formula: = CUMPRINC (D7 / 12, D8 * 12, D9,13,24,0) .
Result:
Because the debt calculation should be negative. So with CUMPRINC function you will identify the debt you have to pay when the loan helps you adjust your work arrangements.
Good luck!
You should read it
- How to use the DAVERAGE function in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- How to use SUMPRODUCT function in Excel
- DB function - The function calculates the depreciation of assets with specific maturity in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- Basic Excel functions that anyone must know
- How to use the SUM function to calculate totals in Excel
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excel
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel
- NPER function - The function calculates the period number of an investment in Excel
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
- TBILLPRICE function - The function calculates the value of treasury bonds by the $ 100 face value in Excel
Maybe you are interested
How to turn a photo into a painting using the Generative Fill function in Photoshop
How to use the TREND function in Excel
Google Sheets Functions to Simplify Your Budget Spreadsheets
Instructions for using the TRIMRANGE function to clean up Excel tables
How to master numerical data in Google Sheets with the AVERAGE function
Don't buy headphones if they lack this important function!