Status related to % Complete
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([email protected]="work paused","Red",IF([email protected]=0,"Gray",IF([email protected]=1,"Green","Yellow")))
Answers
-
It would look something like this
=IF([email protected]="work paused","Red",IF([email protected]=0,"Gray",IF([email protected]=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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!