IF Error Function help
roya
✭✭✭✭
Hello, Request your help to figure out what I may be doing wrong here. Please see the screen shot below
The formula is on the % complete column below. I want the #DIVIDE BY ZERO to be a NULL value and was trying to use the formula below .
The formula gets the desired result but I want the I want the #DIVIDE BY ZERO to be a NULL
=IFERROR([Count Checked]@row / Total@row * 100 + "%"), " ")
Tags:
Best Answer
-
You just have a missing parenthesis. Try:
=IFERROR(([Count Checked]@row / Total@row * 100 + "%"), " ")
Answers
-
You just have a missing parenthesis. Try:
=IFERROR(([Count Checked]@row / Total@row * 100 + "%"), " ")
-
Thank you so much!!! Corey!!!
This worked!!! I really appreciate your help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!