Forum Discussion
Mark Norris-Rogers
Sep 01, 2018Copper Contributor
IFERROR formula
I am trying use IFERROR to return a 0 where there is a "division by 0 error", as per the formula: =IFERROR((N3-Q3)/N3,0) i.e. if N3 = 0. However, I keep getting a formula error message. Where am I ...
Mark Norris-Rogers
Sep 03, 2018Copper Contributor
Hi Sergei,
Thanks very much. I appreciate your help. Any idea why it would not work on my version?
Kind regards,
Mark
SergeiBaklan
Sep 03, 2018Diamond Contributor
Mark, the only guess if you tried to enter the formula as
=IFERROR(N3-Q3)/N3,0) instead of =IFERROR((N3-Q3)/N3,0)