I'm trying to find a way to let employees know if they are on or off track with a project based on the status and the boxes that are checked.
If the OEC Status is in an OEC - Kickoff Status and all of the boxes are checked in the yellow section, then the column returns a "Yes" value. I'm able to get this to work, but when I try and stack the statuses is where I have trouble.
All Statuses will start in an OEC - Kickoff Status and then move to another status, where additional boxes must be checked. For instance: if the OEC Status moves to "BLD - Build in Progress" then all of the previous yellow boxes must be checked and the light blue boxes must also be checked. If one of the boxes is not checked, then it should return a "No" Value. If all boxes are checked then it should return a "Yes" value.
I tried automations first and recieved an error for an infinate loop. I then tried calcualtions, but can't get them to work correctly. Anyone have any suggestions?