S
Salza
Having a problem to get a correct formula for overall passing.
Marks are keyed into the following cells for all the 26 subjects.
Cell F8 = Subject 1
Cell H8-R8 = Subjects 2-7
Cell T8-BE8 = Subject 8-26
To pass the overall exam - a student must pass FIVE subjects (Subject
1, any TWO from Subjects 2-7, and any TWO from Subjects 8-26).
Passing mark for each subject is 36.
Waht is the correct formula? I used the formula below but doesn’t
work.
=IF(B8="","",IF(AND(F8>35,COUNTIF(H8:S8,">35")>=2),COUNTIF(T8:BE8,">35")>=2)=TRUE,"Pass","Fail"))))
* B8 is the student’s name.
Thank you.
Marks are keyed into the following cells for all the 26 subjects.
Cell F8 = Subject 1
Cell H8-R8 = Subjects 2-7
Cell T8-BE8 = Subject 8-26
To pass the overall exam - a student must pass FIVE subjects (Subject
1, any TWO from Subjects 2-7, and any TWO from Subjects 8-26).
Passing mark for each subject is 36.
Waht is the correct formula? I used the formula below but doesn’t
work.
=IF(B8="","",IF(AND(F8>35,COUNTIF(H8:S8,">35")>=2),COUNTIF(T8:BE8,">35")>=2)=TRUE,"Pass","Fail"))))
* B8 is the student’s name.
Thank you.