Combining Row Data

Hi everyone,

I've looked through all of the resources I can and can't find an answer to my issue so hopefully, someone here can help.

I am working with student data from a university and am attempting to combine classes and labs into one row while maintaining data from columns. I have a unique identifier for each student (OrgDefinedID), but I can't figure out how to combine the courses (OU_MasterCourses_CourseName) without combining all of the courses for the student.

I've attempted to use group by, but can't figure out how to combine them separately without combining all of the student's courses into 1.

In the example attached I need to combine 8 rows into 3 rows.

2022 Spring - Biology Survey I & Lab (BIOL-101 & 101L-BT1/BT2)

2022 Spring - Biology Survey I (BIOL-101-BT2)- don't use

2022 Spring - Biology Survey I Lab (BIOL-101L-BT1)- don't use

2022 Spring - Biology Survey I Lab (BIOL-101L-BT2)- don't use

These 4 need to be combined into 1 row.

2022 Spring - Conservation of Natural Resources (BIOL/GEOL-321-BT1)

2022 Spring - Conservation of Natural Resources (GEOL-321-BT1)- don't use

These two need to be 1 row.

2022 Spring - Evolution (BIOL-373-B01)

2022 Spring - Evolution Lab (BIOL-373L-B01)

These two need to be 1 row as well.

Any help would be appreciated.

Thanks,

Erik

Answers