RYB Formula Help

joe.quinones
joe.quinones ✭✭
edited 12/09/19 in Formulas and Functions

I am having issues with developing a formula for an overall status.  What I'm trying to do is based on multiple cell-status(RYB setup column) they will dictate what the overall status column of the project status is. Both columns have gray, red, yellow, and green balls. This is my current formula please help if you can.

=IF(AND([Column4]2,[Column4]4,[Column4]6,[Column4]8 = "Gray", "Gray", IF(AND([Column4]2,[Column4]4,[Column4]6,[Column4]8 = "Red", "Red", IF(AND([Column4]2,[Column4]4,[Column4]6,[Column4]8 = "Yellow", "Yellow", I([Column4]2,[Column4]4,[Column4]6,[Column4]8 = "Green", "Green"))))

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!