L
Lea
I am trying to write a calculation that will give me a letter grade or an F (fail) using IF and VLOOKUP and the data below
Each module (lab %, project %, and exam %) must be compared to the % grading table below. This is where VLOOKUP must recognize that each modul
must be passed. Only one student, Bart Simpson, receives an "F" final mark. I can get a letter grade but it is not reading true. My calculatio
is giving Bart Simpson a "B" in stead of failing as he failed the lab % module. If you can help me I would muchly appreciate it. Here's m
formula =IF(G8>=F19,IF(I8>=F20,IF(K8>=F21,VLOOKUP(L8,Grade_Table,2),F))) Where did I go wrong
Hope someone can help
Underwater Basketweaving 572.
Course Marks
ID name lab 1 lab 2 lab 3 lab % project project % exam exam % class % final mar
285532 Walter Cronkite 20 22 24 73% 76 76% 29 48% 64% #NAME
834441 Albert Einstein 29 26 30 94% 92 92% 59 98% 95%
175642 Larry King 25 24 29 87% 53 53% 51 85% 76%
129312 Bart Simpson 12 7 0 21% 99 99% 60 100% 76%
692711 Jill Smith 24 20 19 70% 87 87% 58 97% 86%
349875 Martha Stewart 15 16 18 54% 95 95% 44 73% 74%
235198 Sigourney Weaver 21 29 23 81% 61 61% 55 92% 79%
maximum 30 30 30 100 60
Grading Grade Table
Labs 30% 0%
Project 30% 50%
Exam 40% 65%
75%
85%
note:
Students must pass each component to pass the course
Formula for lab % SUM(D11:E11:F11)/90
Formula for project % SUM(H11)/100
Formula for exam % SUM(J11)/60
Formula for class % SUM((G11*0.3)+(I11*0.3)+(K11*0.4))
Formula for Final Mark
Each module (lab %, project %, and exam %) must be compared to the % grading table below. This is where VLOOKUP must recognize that each modul
must be passed. Only one student, Bart Simpson, receives an "F" final mark. I can get a letter grade but it is not reading true. My calculatio
is giving Bart Simpson a "B" in stead of failing as he failed the lab % module. If you can help me I would muchly appreciate it. Here's m
formula =IF(G8>=F19,IF(I8>=F20,IF(K8>=F21,VLOOKUP(L8,Grade_Table,2),F))) Where did I go wrong
Hope someone can help
Underwater Basketweaving 572.
Course Marks
ID name lab 1 lab 2 lab 3 lab % project project % exam exam % class % final mar
285532 Walter Cronkite 20 22 24 73% 76 76% 29 48% 64% #NAME
834441 Albert Einstein 29 26 30 94% 92 92% 59 98% 95%
175642 Larry King 25 24 29 87% 53 53% 51 85% 76%
129312 Bart Simpson 12 7 0 21% 99 99% 60 100% 76%
692711 Jill Smith 24 20 19 70% 87 87% 58 97% 86%
349875 Martha Stewart 15 16 18 54% 95 95% 44 73% 74%
235198 Sigourney Weaver 21 29 23 81% 61 61% 55 92% 79%
maximum 30 30 30 100 60
Grading Grade Table
Labs 30% 0%
Project 30% 50%
Exam 40% 65%
75%
85%
note:
Students must pass each component to pass the course
Formula for lab % SUM(D11:E11:F11)/90
Formula for project % SUM(H11)/100
Formula for exam % SUM(J11)/60
Formula for class % SUM((G11*0.3)+(I11*0.3)+(K11*0.4))
Formula for Final Mark