Forum Discussion
adavid999
Helper V
6 years agoIFERROR
Hi there, please can someone tell me how to insert iferror function on this measure to prevent #NUM! where difference is 0 =( [% 2020] - [% 2019] ) / [SQRT_] Many thanks, A
- 6 years agoTry this =IFERROR(( [% 2020] - [% 2019] ) / [SQRT_]),0)
satyanarayan
6 years agoNew Member
Try this =IFERROR(( [% 2020] - [% 2019] ) / [SQRT_]),0)
- adavid9996 years ago
Helper V
That did it, thank you!