Forum Discussion
skorpion
8 years agoHelper I
Percentage Value
the problem is this formula giving text formt but i need this as Percentage please help me out on this Diff. = IFERROR(IF([This Year Total] = 0.00 , "",([This Year Total]-[Last Year Total])/[...
- 8 years ago
I *think* you just need to do this:
Diff. = IFERROR(IF([This Year Total] = 0.00 , 0,([This Year Total]-[Last Year Total])/[Last Year Total]),BLANK())
Greg_Deckler
8 years agoCommunity Champion
I *think* you just need to do this:
Diff. = IFERROR(IF([This Year Total] = 0.00 , 0,([This Year Total]-[Last Year Total])/[Last Year Total]),BLANK())