How can we help you today?

Search for answers to your questions by entering keywords below, or look through our knowledge base.

Welcome to 'Sikkhon' User Forum

Thanks for visiting our Forum. It provides an opportunity for our visitors/users to interact with out team and fellow visitors/users. You can find further resources in Knowledge Base and tutorials. Please don't submit any personal or confidential info here, instead create a ticket.

Must pass 2 out of 4 subjects | Get pass or fail in result sheet?

Un Answered
Admin

If you want to develop a spreadsheet in Excel that declares the students’ results depending on certain conditions. Calculating subject wise pass or fail. 

I want to create exam result sheet with the help of Excel. I want if any student fails 1 subject then his/her result will not fail but will be D great or 3rd division.  And if he/she fails in 2 subjects then student will fail.


Let’s see how to calculate subject wise pass or fail with the formula in Excel. 


To return "Fail" if any 2 subjects have a falling score, and "Passed" if not, you can use a formula based on the IF function and COUNTIF function.


In the example we will show: =IF(COUNTIF($C3:$F3,"<33")=2,"Fail","Passed")



This formula will return “FAIL” if the value of Cell C3:F3 is having 2 subjects falling score and “Passed” if the value is greater than 33.


this problem can be easily solved with a formula based on the COUNTIF function together with the IF function in a formula like this. The COUNTIF function counts cells in a range that meet a single condition, referred to as criteria. 



Thanks




0 Votes


0 Comments

Login or Sign up to post a comment