Only Part of my formula is not working and I can't figure out why

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

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!