ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Qestion to judge whether the candidate has passed or failed ...... (https://www.excelbanter.com/new-users-excel/191285-qestion-judge-whether-candidate-has-passed-failed.html)

Neelakanta

Qestion to judge whether the candidate has passed or failed ......
 
Qestion to judge whether the candidate has passed or failed depending upon
the marks secured in different subjects.
my question is that to compare marks scored by the person in different
subject and if the marks scored by that person in any one of that person is
less than 40 i have to get "F" in grade coloumn else i have to get "P" in
that coloumn. Hope that u got that u got my question.


Gary''s Student

Qestion to judge whether the candidate has passed or failed ......
 
Lets enter the gardes in column A from A2 thru A100. In another cell enter:

=IF(MIN(A2:A100)<40,"F","P")

adjust the range to suit your needs.
--
Gary''s Student - gsnu200791


"Neelakanta" wrote:

Qestion to judge whether the candidate has passed or failed depending upon
the marks secured in different subjects.
my question is that to compare marks scored by the person in different
subject and if the marks scored by that person in any one of that person is
less than 40 i have to get "F" in grade coloumn else i have to get "P" in
that coloumn. Hope that u got that u got my question.


Neelakanta

Qestion to judge whether the candidate has passed or failed ..
 
ur method worked but, i can't understand how did it caluculate?
MIN(a1:a100) returns the value which is minimum in that cell range.
isn't it? and if that is less than 40........... ?????
i can't understand the logic.
can u please explain me?
Thanks in advance.


Gary''s Student

Qestion to judge whether the candidate has passed or failed ..
 
Here is the thinking behind the approach:

We want to know if ANY of the grades are below 40. So let's look at the
lowest grade. MIN() gives us the lowest grade. If that grade is below 40,
then the candidate fails. We don't need to consider any of the person's
other grades.
--
Gary''s Student - gsnu200791


"Neelakanta" wrote:

ur method worked but, i can't understand how did it caluculate?
MIN(a1:a100) returns the value which is minimum in that cell range.
isn't it? and if that is less than 40........... ?????
i can't understand the logic.
can u please explain me?
Thanks in advance.


Robert McCurdy

Qestion to judge whether the candidate has passed or failed ..
 
You have the patience of a Saint Gary!


"Gary''s Student" wrote in message ...
Here is the thinking behind the approach:

We want to know if ANY of the grades are below 40. So let's look at the
lowest grade. MIN() gives us the lowest grade. If that grade is below 40,
then the candidate fails. We don't need to consider any of the person's
other grades.
--
Gary''s Student - gsnu200791


"Neelakanta" wrote:

ur method worked but, i can't understand how did it caluculate?
MIN(a1:a100) returns the value which is minimum in that cell range.
isn't it? and if that is less than 40........... ?????
i can't understand the logic.
can u please explain me?
Thanks in advance.


Gary''s Student

Qestion to judge whether the candidate has passed or failed ..
 
Thank you!
--
Gary''s Student - gsnu200791


"Robert McCurdy" wrote:

You have the patience of a Saint Gary!


"Gary''s Student" wrote in message ...
Here is the thinking behind the approach:

We want to know if ANY of the grades are below 40. So let's look at the
lowest grade. MIN() gives us the lowest grade. If that grade is below 40,
then the candidate fails. We don't need to consider any of the person's
other grades.
--
Gary''s Student - gsnu200791


"Neelakanta" wrote:

ur method worked but, i can't understand how did it caluculate?
MIN(a1:a100) returns the value which is minimum in that cell range.
isn't it? and if that is less than 40........... ?????
i can't understand the logic.
can u please explain me?
Thanks in advance.




All times are GMT +1. The time now is 02:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com