Hi.
I have this Table, with this columns:
- Grouped months
- Sum Prices by months
- Mini Chart Horizontal Sum Prices
- Count of payments by monts
- Mini Chart Horizontal Count payments
What I need to do, in the sixth column that is empty, is to indicate the percentage of monthly growth.
Example:
January: 1033 payments
February: 675 payments
Expected result, for the February monthly growth (%) = (675-1033) / 1033 = -34%
How can I do this, with a formula?
Best Regards