Trying to wrap a division formula (dividing two cells) in an IFERROR to prevent "#Divide by 0"
Here is the formula I am trying to wrap. =[USERS Activated]2 / [USERS Ordered]2
Best Answers
-
Try this: =IF([USERS Ordered]2>0, ([USERS Activated2 / [USERS Ordered]2), "N/A")
That way it gives you a good value if the divisor is greater than 0, or a placeholder value if it's not.
You could always replace the "N/A" with just two quotes "" to have no value instead of a placeholder.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Try this...
=IFERROR([USERS Activated]2 / [USERS Ordered]2, "text of choice here")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try this: =IF([USERS Ordered]2>0, ([USERS Activated2 / [USERS Ordered]2), "N/A")
That way it gives you a good value if the divisor is greater than 0, or a placeholder value if it's not.
You could always replace the "N/A" with just two quotes "" to have no value instead of a placeholder.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Try this...
=IFERROR([USERS Activated]2 / [USERS Ordered]2, "text of choice here")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!