Lecture 6-Financial Functions and Excel Charts
Lecture 6-Financial Functions and Excel Charts
Lecture 6
Financial Functions
Simple Interest
Compound Interest
• Payment (PMT)
– Payment made each period. It remains constant over life of annuity
• RATE
– Interest rate per period
• NPER
– Number of payment periods
=PMT(.09/12,5*12,15000,0,0) OR =PMT(.09/12,5*12,15000)
=NPER(.04/4,0,-10000,12000,0) /4 OR =NPER(.04/4,,-10000,12000)/4
=RATE(5*12,-350,16999,0,0)*12 OR =RATE(5*12,-350,16999)*12
=PV(.03,2,0,5000,0) OR =PV(.03,2,,5000)
=FV(rate, nper, pmt, [pv], [type]) - Returns the future value of an investment
=FV(.03/12,2*12,-50,-5000,0) OR =FV(.03/12,2*12,-50,-5000)