If I had rental income from a house, payment x, and the rent increased y% annually over z years, how can I calculate the cumulative rental income in one formula?
As an example, if the rent was 1000, and annual increases were 3%, I would use:
Cumulative rental income = (1000 * 1+0.03^0) + (1000 * 1+0.03^1) + (1000 * 1+0.03^2)... + (1000 * 1+0.03^5).
How can I automate that in ONE formula where the inputs are just X, Y, and Z?
I suspect it will use one of the financial formulas.
Thank you for your help!
Kellen
As an example, if the rent was 1000, and annual increases were 3%, I would use:
Cumulative rental income = (1000 * 1+0.03^0) + (1000 * 1+0.03^1) + (1000 * 1+0.03^2)... + (1000 * 1+0.03^5).
How can I automate that in ONE formula where the inputs are just X, Y, and Z?
I suspect it will use one of the financial formulas.
Thank you for your help!
Kellen