If Error Combined with IF Not Blank

Tony Katt
ββ
Smartsheet Community:
I am Trying to Add If Error to The Formula Below So The Result is 0 Instead of #DIVIDE BY ZERO
Current Formula: =IF(NOT(ISBLANK(EV@row)), EV@row / PV@row)
Thanks in Advance.
Best Answers
-
Hi @Tony Katt,
This should do the trick:
=IFERROR(IF(NOT(ISBLANK(EV@row)), EV@row / PV@row), 0)
Any problems/questions then just post! π
-
Excellent, Thanks!
Answers
-
Hi @Tony Katt,
This should do the trick:
=IFERROR(IF(NOT(ISBLANK(EV@row)), EV@row / PV@row), 0)
Any problems/questions then just post! π
-
Excellent, Thanks!
-
No problem, glad to help! π
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!