CCompound

Nástroje, automatizace a praxe

A Compound Interest Spreadsheet Step by Step

7 min readCompound

Key takeaways

Compound interest is the mechanism by which investment returns generate further returns — and over a long horizon this leads to exponential growth in value. Building your own spreadsheet lets you understand the dynamics better than any calculator.

Basic Structure of the Spreadsheet

Create a table with five columns: year, value at the start of the year, annual regular contribution, return for the year, and value at the end of the year. Enter the initial deposit in the first row. Calculate the return as the product of the value at the start of the year plus half the annual contribution (assuming contributions spread throughout the year) multiplied by the annual return rate.

Formulas for Google Sheets

In Google Sheets, set up the variables in a separate block: initial deposit, monthly contribution, annual return in percentage, and time horizon in years. Then reference these cells in the years table. The advantage: by changing a single cell with the return rate you instantly see the difference between seven and eight percent per year over twenty years — and that number is usually surprising.

Practical tip: build three scenarios — pessimistic (five percent per year), base case (seven percent), and optimistic (nine percent). Visualizing these three curves is the most compelling argument for starting to invest.

What the Spreadsheet Reveals

The spreadsheet illustrates several important phenomena: the early years grow slowly, then the curve starts to rise exponentially. You see exactly in which year returns on returns begin to exceed new contributions. And you see the cost of delaying the start by one year — usually surprisingly high. This visual proof is more powerful than any article about the power of compound interest.

Realistic Assumptions

The spreadsheet works with an average annual return — in reality returns fluctuate. So complement the calculation with a simple Monte Carlo comparison or at least an inflation-adjusted column (real return = nominal return minus inflation). You can verify your calculations in our projections section.

FAQ

How do I calculate compound interest in Excel or Google Sheets?

The simplest way is a year-by-year table: end-of-year value = (start-of-year value + contributions) × (1 + annual return). Reference variable cells with the return and contributions so you can easily test different scenarios.

What average return should I enter into the calculator?

It depends on the asset class and your approach. Global equity ETFs have historically achieved roughly seven to ten percent per year in nominal terms. For a real return after inflation, count on around five to seven percent. Important: none of this is a guarantee of future returns.

Is a custom spreadsheet better than an online compound interest calculator?

Yes, for understanding. A calculator gives you a result; a spreadsheet shows the year-by-year dynamics — you see when returns start exceeding contributions, what effect different return rates have, and what delaying by one year costs.

Open in the app with tools →