How do I compute the increase when the old value is zero? I know that usually we compute it as $$ \frac{N-V}{V} \times 100, $$ where $N$ is the new value and $V$ is the old value.
So,
- going from $50$ to $500$, the increase is $900\% = \frac{500-50}{50} \times 100$
- going from $50$ to $75$, the increase is $50\% = \frac{100-50}{50} \times 100$
But when going zero to $X$, where $X$ is any value greater than zero, the increase is $100\%$? (In this formula you can't divide by zero).
500 to 0 is -100%
300 to 0 is -100%
X to 0 is -100%, where x > 0
– Lucas Vendramini Jan 28 '20 at 16:15