if I have two numbers, a previous number and a current number. What formula would I use to find out the percentage difference between the two numbers.

I did try and use (previous - current) * 100 / previous but it doesn't always work.

any ideas.
this should be easy.