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")
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")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!