| 4D v18NPER | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 NPER 
         | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NPER ( i , m , p {, f} ) | ||||||||
| Paramètre | Type | Description | ||||||
| i | Numérique |   | The interest rate for a period | |||||
| m | Numérique |   | The monthly payment paid at the end of the period (use a negative value). For acquired value: pass an empty parameter (see example) | |||||
| p | Numérique |   | The current value of the loan | |||||
| f | Numérique |   | The future value of the loan (use a negative value) | |||||
The NPER function returns the number of periods needed to reimburse a loan. Two formulas can be used:


You borrowed 6,500 euros with 10.5% annual interest and you reimburse 166.42 euros per month:
NPER(10.5%/12,-166.42,6500) //48You borrowed 3,000 euros with 10.5% annual interest and you know that the total monthly payments will be 5,000 euros:
NPER(10.5%/12,,3000,-5000) //58
	Produit :  4D
	Thème :  Formules 4D View Pro
	
        
        
	Nom intl. :  NPER
	
	
	
	
	
	
	
	4D View Pro ( 4D v18)
	
	
	
 Ajouter un commentaire
Ajouter un commentaire