I downloaded a report in Excel which includes students information like their ID #, Last name, first name, subject, and final grade ...etc. Each row will have the name of the student and the subject he/she has took. In the last column, I want to add a formula that will look at the student's final grade and if it's between A+ to D- or a "G" then the student should receive 0.5 credit for each subject. If the final grade is E or U then the student will receive 0 credit. The formula should then add up the credits and add the sum in each row. Please see example below:
Thank you,
Counselor | Grade Level | ID | Last | First | Period | Course-ID | Course Title | Teacher | Room | Final | Credit |
9 | ID 1 | Last 1 | First 1 | 1 | 623000 | Biology S2 | Mr. M | A204B | A | 1.5 | |
9 | ID 1 | Last 1 | First 1 | 2 | 611010 | Language Arts 1 | Mrs. D | B-11 | B- | 1.5 | |
9 | ID 1 | Last 1 | First 1 | 3 | 617070E | Intro to Art 1 | Ms. A | E-12 | E | 1.5 | |
9 | ID 1 | Last 1 | First 1 | 4 | 6325987 | Algebra 1 S2 | Mr. L | C-04 | G | 1.5 | |
9 | ID 2 | Last 2 | First 2 | 1 | 623000 | Biology S2 | Mr. M | A204B | G | 1 | |
9 | ID 2 | Last 2 | First 2 | 2 | 611010 | Language Arts 1 | Mrs. D | B-11 | G | 1 | |
9 | ID 2 | Last 2 | First 2 | 3 | 617070E | Intro to Art 1 | Ms. A | E-12 | U | 1 | |
9 | ID 2 | Last 2 | First 2 | 4 | 6325987E | Algebra 1 S2 | Mr. L | C-04 | E | 1 |
Thank you,