Forum Discussion
rooberli
Jan 24, 2023Copper Contributor
Excel Formel
Good day Is there a formula for: I have a number (250) and would like to increase it by 0.85%, and the process should be repeated from the result, as desired? For example 3 or 6 times.
Let's say the starting number (250) is in B2, the percentage (0.85%) in C2 and the number of times you want to increase it (1, 3, 6, ...) in D2.
Enter the following formula in E2:
=B2*(1+C2)^D2