Financial Modeling in Google Sheets
Erin Buchanan
Professor
$$(1 + \frac{Nominal Rate}{Compound Freq})^{Compound Freq} - 1$$
fv()
calculates the amount of money at the end of the investment=fv(rate, number_of_periods, payment_amount, -present_value)
rate
: Interest rate per periodnumber_of_periods
: Number of payment periodspayment_amount
: Payment made each periodpresent_value
: Present value, entered as a negative numberFinancial Modeling in Google Sheets