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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!