I have a list of students and grades for multiple courses. I need to change this so that all of the classes/grades for each student are listed in the same row instead of multiple rows.
This is what I have.
So instead of having the student listed multiple times/multiple rows the student would just be listed once with all the courses in the same row.
This is what I need:
This is what I have.
Student ID | student name | course | Code | current score | final score | unposted current score | unposted final score |
2212174740 | Student A | Foundations Clinical | Clinical | 0 | 0 | ||
2212174740 | Student A | Foundations of Practical Nursing | PN104 | 79.04 | 13.09 | 79.04 | 13.09 |
2212174740 | Student A | IV Therapy | IV202 | 86.67 | 13 | 86.67 | 13 |
2109162949 | Student B | Career Readiness | CD101 | 73.28 | 7.46 | 73.28 | 7.46 |
2109162949 | Student B | Nursing III | PN301 | 88 | 66.03 | 88 | 66.03 |
2109162949 | Student B | Clinical Term 4 -Akhere | CLINICAL | 100 | 63.16 | 100 | 63.16 |
So instead of having the student listed multiple times/multiple rows the student would just be listed once with all the courses in the same row.
This is what I need: