I have a series of tests that run to determine a pass or fail. All the formulas work but this one is giving me problems - CASE WHEN Critical/Major
= 'Common'
AND
No
>= 2
AND
Critical/Major
= 'Major'
AND
No
>= 1 THEN 'Fail'
Any one know why this would not be returning a Fail?