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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!