How to hide #DIVIDE BY ZERO error message
Hello,
I am looking for help utilizing a formula to hide the #DIVIDE BY ZERO error message.
My current formula in the "Change" column is simple:
=([Availability %]@row - [Previous Availability %]@row) / [Previous Availability %]@row
But for any cells in the "Previous Availability %" column that have 0%, I get the #DIVIDE BY ZERO error and I'd like that to be hidden.
Thank you,
Stephanie
Answers
-
Hi @Stephanie_A_W Use IFERROR and , " " for the value if false this will leave it blank.
=IFERROR([Availability %]@row - [Previous Availability %]@row) / [Previous Availability %]@row, " ")
see the difference in mine when using If error
MARLANA KALINOWSKI
Sr. Business Analysts / Smartsheet Solutions
National Pharmacy Services | Genoa Healthcare
-
Hi Marlana,
This worked. Thank you!!
-
Hi Stephanie!
Happy to have helped.
MARLANA KALINOWSKI
Sr. Business Analysts / Smartsheet Solutions
National Pharmacy Services | Genoa Healthcare
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 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!