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"))))