Forum Discussion
iskruger
9 years agoFrequent Visitor
percent change
Hello, Could use some help in creating a measure that will properly compute the percent change for the table below. As you can see, I'm having a problem computing accurate percentages and would ...
- 9 years ago
Hi Birdjo,
Thank you very much!
Birdjo
9 years agoResolver II
Hello, I believe this will help you:
Growth % = (DIVIDE(SUM(This Year),SUM(Last Year))-1)*100
P.S.: You can skip multiplying it by 100 and just format it as a percentage from the Modeling tab.