IFERROR formula does not seem to work if the cell is blank.

Maei
✭✭
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
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 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!