IFERROR formula does not seem to work if the cell is blank.
Maei
✭✭
Can you advise what seems to be the issue?
Answers
-
Hi, @Maei, instead of using IFERROR() to try to catch a blank cell, use,
IF( ISBLANK([%]@row), what_to_do_when_blank , _what_to_do_when_NOT_blank_ )
Your formula is working. It's just that your logical expressions will never result in an error. In Smartsheet, a blank cell has a numeric value of 0 when it is used in a mathematical expression. So, the last logical expression, [%]@row<=0.54 , evaluates to TRUE when the [%]@row is blank.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 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!