Hello guys, fairly simple to explain problem: I have two columns for last and this year and I want to calculate what the growth is. Basically there are 4 possible scenarios:

2017 2018 Growth
-5 $ -10$ -100%
-5$ 10$ +300%
5$ 10$ +100%
5$ -10$ -300%

What formula should be used to display those percentages?