#DIVIDE BY ZERO
GTN
✭✭
Hi, I have a Smartsheet with calculated columns like -
=SUM(Open@row / SUM(Open@row:[Past Due]@row))
The Smartsheet is being used to create Donut graphs on a Project Dashboard.
In the example above;
Open = 0
In Progress = 0
Closed = 0
Past Due = 0
rather tan getting 0%for Open, I get
#DIVIDE BY ZERO
How do I resolve this?
i.ie 0 divided by 0 = 0%?
Thank you
Tags:
Best Answer
-
I've found IFERROR to be helpful for those types of errors.
Try this formula here:
=IFERROR(SUM(Open@row / SUM(Open@row:[Past Due]@row)), 0)
Answers
-
I've found IFERROR to be helpful for those types of errors.
Try this formula here:
=IFERROR(SUM(Open@row / SUM(Open@row:[Past Due]@row)), 0)
-
Perfect - Thank you
😀
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!