Conditional formatting
Gaurav Chauhan
✭✭✭✭✭✭
Hi Team,
When I run some formulae and they end up being invalid or such, I need to create a conditional format to highlight the cell in Red.
The condition is not reading "#" because its a formuale in there that doesnt populate the value
How do I do that
Answers
-
I would try using a helper column with an If statement. such as =IF([Column4]@row > 5000, "red", " "), then apply the conditional format
Here's the sample I did. The helper column, in this example, column5 could be hidden.
Hope this helps.
-
Just a build on from @Danderson,
you could also use the iferror() function to output a different result, and then do conditional formatting for the colour.
Good luck.
Gareth
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!