Enter your starting amount, annual rate, years, and how often interest compounds. Excel's FV function does the same calculation.
=FV(rate/n, years*n, 0, -principal)
Use FV: =FV(7%/12, 120, 0, -10000) for $10k at 7% compounded monthly for 10 years.
Functions
Guides