View Single Post
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

Try the number of periods for nper such as 1, 2, 12, 365

--
Don Guillett
SalesAid Software

"Karl" wrote in message
...
This is the financial function in Excel's PV Help topic:


PV * ( 1 + Rate )^Nper +

( Pmt * ( 1 + ( Rate * Type ) ) * ( ( 1 + Rate )^Nper - 1 ) / Rate ) +

FV = 0



Can someone please rewrite this for me to solve for "NPer" (term)


Thanks.