S
sumesh56
i have to find out grades from the marks of students. i have th
following worksheet.
-------------------------------------------------------------
slno name mk-1 mk-2 mk-3 mk-4 total grad
1 ABC 20 24 22 21 87
2 DEF 0 0 0 0 0 AB
3 EFG 18 20 9 20 67
4 JKL 22 9 7 16 54
------------------------------------------------------------------
i tried the following formul
=IF ISNUMBER(G3),IF(G3>=75,"A",IF(G3>=51,"B",IF(G3>=1,"C","ABS")))
I get the results. of course "ABS" for the second record
there are records of four students. the second one is absent for th
examinations and he doesnot have any marks. if i put zero in all th
marks colums i get the result as "ABS
but if i leave the marks columns of the absentee blank can i get th
result as "ABS" ? i tried the following but failed to get it accepted b
excel
=I
ISNUMBER(G3),IF(G3>=75,"A",IF(G3>=51,"B",IF*G3>=1,"C","ABS")))),"ABS"
Kindly help. thanks and have a nice day
following worksheet.
-------------------------------------------------------------
slno name mk-1 mk-2 mk-3 mk-4 total grad
1 ABC 20 24 22 21 87
2 DEF 0 0 0 0 0 AB
3 EFG 18 20 9 20 67
4 JKL 22 9 7 16 54
------------------------------------------------------------------
i tried the following formul
=IF ISNUMBER(G3),IF(G3>=75,"A",IF(G3>=51,"B",IF(G3>=1,"C","ABS")))
I get the results. of course "ABS" for the second record
there are records of four students. the second one is absent for th
examinations and he doesnot have any marks. if i put zero in all th
marks colums i get the result as "ABS
but if i leave the marks columns of the absentee blank can i get th
result as "ABS" ? i tried the following but failed to get it accepted b
excel
=I
ISNUMBER(G3),IF(G3>=75,"A",IF(G3>=51,"B",IF*G3>=1,"C","ABS")))),"ABS"
Kindly help. thanks and have a nice day