=IFERROR Issue
Hello,
I have an arithmetic formula that sometimes gives me a number, and other times does not depending on if the [Completed Milestone by Month] columns are populated.
When they are not populated they result in an error "Divide by Zero", which is fine. However I'd rather this not display on my dashboard. I've tried wrapping this in an IFERROR function, but it takes the bracket required to perform the division.
=([Completed Milestones by Month]3 - [Completed Milestones by Month]@row) / [Completed Milestones by Month]
=IFERROR([Completed Milestones by Month]3 - [Completed Milestones by Month]@row) / [Completed Milestones by Month], "-")
Answers
-
You need to add another opening parenthesis after the IFERROR function.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!