Let's say I have the following quarterly sales: $$ \begin{split} Q_1&: \$100,\\ Q_2&: \$120,\\ Q_3&: \$140,\\ Q_4&: \$110.\\ \end{split} $$ $Q_2$ sales are $20\%$ higher than $Q_1$. $Q_3$ sales are $16.6\%$ higher than $Q_2$. $Q_4$ sales are $21.4\%$ lower than $Q_3$ sales. The cumulative (aka total) percent change is $20+16.6-21.4 = 15.2\%$. However, $\$100+15.2\% = \$115.2$, which is NOT the final value (given as $\$110$).
On the other hand, the overall change percent change can be calculated as $(110-100)/100 = 10\%$, which is not the same as the overall percentage change of $15.2\%$.
Why is that so? The reason I am asking is because I want to show that we increased sales by $10\%$ from $Q_1$ to $Q_4$, but then I want to break down this $10\%$ by quarter. But if I calculate things by quarter, I get wrong results as you saw above! How do I reconcile this discrepancy between total and overall percentage change?
Thanks.