How to eliminate Divide by Zero error from IF formula
Jed Rusyniak
✭✭✭✭
I have a "Divide by Zero" error that I can't seem to get rid of.
=IF(Percentage3 = "overstaffed", [Column8]3 / Ordered3, Received3 / Ordered3)
Not sure where to place the IFERROR into this formula to ensure that I don't get the error to pop up.
Comments
-
Hi Jed,
Place the IFERROR at the front, i.e.
=IFERROR(IF(Percentage3 = "overstaffed", [Column8]3 / Ordered3, Received3 / Ordered3), "")
This will replace the error message with null.
I hope this helps,
Sean
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives