Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Spread Functions : Primitive Functions : NPER
Q11568 - INFO: NPER

NPER (Primitive Spread Function) returns the number of periods for an investment based on a present value, future value, periodic payments, and a specified interest rate.

SYNTAX:

NPER(Rate, Pmt, Pv, Fv, Type)

REMARKS:

Arguments are as follows:

Argument Description 
Rate Interest rate expressed as percentage (per period) 
Pmt Payment made each period; cannot change over life of the annuity 
Pv Present value 
Fv (Optional) Future value
If omitted, it is assumed to be 0. 
Type (Optional) Indicates when payments are due
If omitted, it is assumed that the payments are made at the end of the period. 
 Set Type equal to                                   If payments are due 
 0                                                         At the end of the period 
 1                                                         At the beginning of the period 


Note: You must specify a value for the Fv argument if you are going to specify a value for the Type argument. 


Be sure to express the interest rate as per period. For example, if you make monthly payments on a loan at 8 percent interest, use 0.08/12 for the Rate argument.

For all the arguments, money paid out such as deposits in an investment, is represented by negative numbers; money you receive, such as dividend checks, is represented by positive numbers.

See the PV function for the formula used to calculate financial values. 

EXAMPLES:


NPER(0.005,-790,90000,0,1)=167.7227522114

Related Articles
Q11536 - INFO: FV
Q11573 - INFO: PMT
Q11578 - INFO: PV

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/27/2008 11:18 AM.
Last Modified on 8/27/2008 11:18 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2504 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article