Enter a monthly contribution, annual rate, and years to get the future value, total contributed, and interest earned. This is Excel's FV function.
=FV(rate/12, years*12, -monthly)Yes — it's an ordinary annuity (end of period), matching Excel's default FV(type=0).