RYGB Formula
Can you help me create a formula for the following?
If Assessment Sent is blank = Red
If Assessment Sent is a date and Complete is blank = Yellow
If Complete is a date = Green
Answers
-
=IF(AND(ISBLANK([Assessment Sent]@row), ISBLANK(Complete@row)), "Red", IF(AND(ISDATE([Assessment Sent]@row), ISBLANK(Complete@row)), "Yellow", IF(ISDATE(Complete@row), "Green")))
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!