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])/[Last Year Total]),BLANK())
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())
1 Reply
- Greg_DecklerCommunity 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())