This is used for calculating monthly costs that increase by a certain percentage month-over-month when given a forecasted annual budget.
An annual increase of 15% annually or 1.28% monthly (equalling 15% annually) is expected.
Given that I know the target value (a sum of all the months) to be, $100,000, how would I calculate the initial value?
Final value: $100,000
Period growth rate: 1.28%
Periods: 11
Initial value: X
Is there a formula for this use case?