I want to apply logical expression to complete column of variance to reflect health status
Like if variance is equal or less than 30days, health status is Yellow, if variance is greater than 30 days then health status should reflect as red. And if equal to/less than 0 its green. It want to apply this expression to complete column so i would like to know the health status of each task of my project.
Trying IF and AND expressions however, it not sure where is the error.
Answers
-
Hello @Ramninder Thind
Below is a formula that achieves what you are asking.
=IF(variance@row < 1, "Green", IF(variance@row <31, "Yellow", IF(variance@row >30,"Red", "")))
Hope this Helps.
-
Thanks @Christian Graf
Yes, that's working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 150 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!