dkflameboy
New Member
- Joined
- Nov 28, 2016
- Messages
- 22
- Office Version
- 365
Hi,
I need help with a formula that is not returning the correct outcome. I work for an awarding body and to pass one of our qualifications you need to achieve a minimum of 60% and at least score a 1 in all 12 questions answered. If you score 60% but score a zero in one question, you are still deemed not yet competent.
The problem I have is that a candidate has only achieved 53% but scored in all 12 questions and the formula I have below is deeming that a pass, which is incorrect as they haven't achieved 60%, can anyone help rectify this please.
=IF(COUNT(B13:O13)<>12, "Not Yet Competent", IF(MIN(B13:O13)<=0,"Not Yet Competent",IF(P14>=59%,"Pass","Not Yet
Competent")))
Many thanks
I need help with a formula that is not returning the correct outcome. I work for an awarding body and to pass one of our qualifications you need to achieve a minimum of 60% and at least score a 1 in all 12 questions answered. If you score 60% but score a zero in one question, you are still deemed not yet competent.
The problem I have is that a candidate has only achieved 53% but scored in all 12 questions and the formula I have below is deeming that a pass, which is incorrect as they haven't achieved 60%, can anyone help rectify this please.
=IF(COUNT(B13:O13)<>12, "Not Yet Competent", IF(MIN(B13:O13)<=0,"Not Yet Competent",IF(P14>=59%,"Pass","Not Yet
Competent")))
Many thanks