Status related to % Complete
E Redd
ββ
I am trying to accomplish the following formula:
100% status turns green
1%-99% status turns yellow
0%= Gray
work paused = red
Is this possible with red?
Best Answer
-
It would look something like this
=IF(Status@row="work paused","Red",IF(Status@row=0,"Gray",IF(Status@row=1,"Green","Yellow")))
Answers
-
It would look something like this
=IF(Status@row="work paused","Red",IF(Status@row=0,"Gray",IF(Status@row=1,"Green","Yellow")))
-
Thank you Devin!
It didn't entirely work for me. States "Circular reference", but I did modify to use.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!