This is the formula
=IF([Actual Test Date]1 >= "", "MSA Required", IF(AND([Next MSA ]1 = "x"), "MAS Required", IF(AND([Actual Test Date]1 < [MSA Due Date]1), "MSA Completed", IF([Actual Test Date]1 > [MSA Due Date]1, "MSA Late", "MSA Completed"))))
but it gives #invalid operation... It look likes it is using the first statement then ignoring the following ifs.
Any help will be greatly appetited.