I have some data that i want modeled over the course of the year.
The model depreciates a value by a set percentage and a set number and then multiplies it by a set value
Eg.
A0 = A*5
A1 = (A0 - A0*B -C)*5
A2 =( A1 - A1*B-C)*5
etc
eg
A= 10000
B = 10%
C = 100
January = 50000
Feb = 44500
March =39550
etc
I know this can be done by setting up a table with the values. I am wondering if this can be done all in a formula, whether through standard excel or VBA
The model depreciates a value by a set percentage and a set number and then multiplies it by a set value
Eg.
A0 = A*5
A1 = (A0 - A0*B -C)*5
A2 =( A1 - A1*B-C)*5
etc
eg
A= 10000
B = 10%
C = 100
January = 50000
Feb = 44500
March =39550
etc
I know this can be done by setting up a table with the values. I am wondering if this can be done all in a formula, whether through standard excel or VBA