Formula Question for Percentages into Risk Status

Abbie
Abbie โœญโœญ

Hello,

I am trying to have the formula below also reflect that if the percentage is 0% it automatically has the risk status show as blue. Could someone please assist with this?


=IF([% Complete]@row = 1, "Green", IF(AND(Finish@row <= TODAY(1), [% Complete]@row < 0.51), "Red", "Yellow"))


Thank you!

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!