IF(Condition Check, Light) Question

Henry Wu
Henry Wu ✭✭
edited 10/04/22 in Formulas and Functions

I am somewhat a new user to SmartSheet and here is the formula that is confusing me for a while:

=IF([Planned % Completion]@row - [Actual/Outlook % Completion]@row > 0.2, "Red", IF(AND([Planned % Completion]@row - [Actual/Outlook % Completion]@row >= 0.1, [Planned % Completion]@row - [Actual/Outlook % Completion]@row <= 0.2), "Yellow", "Green"))

When "[Planned % Completion]@row - [Actual/Outlook % Completion]@row" is between 10% and 20%, it still showed up green instead of yellow.

Makes me wonder what keeps me up at night...

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!