I have a formula that works, but it only works with each independent section, rather than progressively. when one is true by itself, it works on all, but if more than one is true, it does not update to the next "Stage" or section of the formula.
=IF(AND([Task Name]35 = "Foundation Release (Corporate)**", Done35 = 1), "Foundation", IF(AND([Task Name]64 = "Frame Labor", Started64 = 1), "Framing", IF(AND([Task Name]100 = "Roofing Shingles Install", Started100 = 1), "Roofing", IF(AND([Task Name]108 = "HVAC Rough", Started108 = 1), "MEP Roughs", IF(AND([Task Name]149 = "Hang Sheetrock", Started149 = 1), "Sheetrock", IF(AND([Task Name]167 = "Trim 1 (Install Doors and Trim)", Started167 = 1), "Trim 1", IF(AND([Task Name]170 = "Interior Wall-Out", Started170 = 1), "Interior Paint", IF(AND([Task Name]172 = "Cabinet Install", Started172 = 1), "Cabinets", IF(AND([Task Name]180 = "Tile Floors and Bath Walls", Started180 = 1), "Tile", IF(AND([Task Name]193 = "Electric Trim", Started193 = 1), "MEP Trims", IF(AND([Task Name]199 = "Wood Flooring / Stairs Install", Started199 = 1), "Wood Flooring", IF(AND([Task Name]210 = "Interior Final Clean", Started210 = 1), "Final Punch", IF(AND([Task Name]223 = "Quality Walk Sign Off (Manager)**", Done223 = 1), "Complete", "Pre Construction")))))))))))))