Forum Discussion
adavid999
6 years agoHelper V
IFERROR
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
- Try this =IFERROR(( [% 2020] - [% 2019] ) / [SQRT_]),0)
2 Replies
- satyanarayanNew MemberTry this =IFERROR(( [% 2020] - [% 2019] ) / [SQRT_]),0)
- adavid999Helper V
That did it, thank you!