Hi all!
What is the way to calculate Month to Month Growth rate (from the beginning of the time scale)
if I have Sales Volume by month at monthly timescale?
I have:
(Volume by Month - PREVIOUS (Volume by Month)) /PREVIOUS (Volume by Month)* 100%
I wrote the formula but it doesn't match the math result (when I'm making calculation check)
Thank you.