Calculate Investment Growth
Determine how much an investment will be worth in the future.
Inputs
rateInterest rate per period (e.g., 5%/12 for monthly).nperTotal number of payment periods.pmtPayment made each period.
Practical Example
=FV(5%/12, 60, -100, 0)