=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
- 62.1K Get Help
- 349 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!