Forum Discussion
rdiazd73
Helper I
6 years agoPREVIOUSMONTH & DIVIDE ERROR
Hello guys thanks in advance for your help I need the percentage of growth or decrease from one month to another, the problem appears when the stock of the previous month is 0, it does not calculat...
- 6 years ago
- 6 years ago
Previous Month is 0, so % increase is infinity 2/0
Greg_Deckler
Community Champion
6 years agoRight, because it is dividing by zero,but it looks like you are using the third parameter of the DIVIDE function to account for this kind of error, right? Maybe just try 0 in that third parameter?