Financial Modeling in Google Sheets
Erin Buchanan
Professor
pmt()
function to determine payments into an annuity to saveThe pmt()
function:
=pmt(rate, number_of_periods, -present_value, future_value)
rate
: interest ratenumber_of_periods
: number of paymentspresent_value
: present valuefuture_value
: future valueThe nper()
function:
=nper(rate, payment_amount, -present_value, future_value)
rate
: the interest ratepayment_amount
: amount paid or taken outpresent_value
: present value (starting balance)future_value
: future value (ending balance)Financial Modeling in Google Sheets