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
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 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!