I created the formula below and it is working for the section that says "Validations - Issue Validations" and "Validations - Regulatory Issue" part and I can't figure out why
=IF([Risk Activity]@row = "Control Testing", IF([Actual Cycle Time]@row <= 75, "Green", IF([Actual Cycle Time]@row <= 90, "Yellow", "Red")), IF([Risk Activity]@row = "Compliance thematic review", IF([Actual Cycle Time]@row <= 75, "Green", IF([Actual Cycle Time]@row <= 90, "Yellow", "Red")), IF([Risk Activity]@row = "Validations – Issue Validations ", IF([Actual Cycle Time]@row < =22, "Green", IF([Actual Cycle Time]@row <= 30, "Yellow", "Red")), ")), IF([Risk Activity]@row = "Validations – Regulatory Issue ", IF([Actual Cycle Time]@row < =22, "Green", IF([Actual Cycle Time]@row <= 30, "Yellow", "Red")), ""))))