I've seen a lot of questions that ask about pivot tables.Even if they don't know that they are asking about pivot tables, ......
- What is pivot?
- How do I pivot?
- how can i pivot this data?
+---------+----------+----------+
| Subject | Semester | Attendee |
+---------+----------+----------+
| ITB001  |        1 | John     |
| ITB001  |        1 | Bob      |
| ITB001  |        1 | Mickey   |
| ITB001  |        2 | Jenny    |
| ITB001  |        2 | James    |
| MKB114  |        1 | John     |
| MKB114  |        1 | Erica    |
+---------+----------+----------+
To Like this
+----------+----------+----------------+
| Attendee | Semester | Subject        |
+----------+----------+----------------+
| John     |        1 | ITB001,MKB114  |
| Bob      |        1 | ITB001         |
+----------+----------+----------------+
 
    