harrypanaich
New Member
- Joined
- Jan 2, 2016
- Messages
- 2
Hi there, please help me S.O.S. I have a table that lists 1000+ individual student details under columns labelled as ClassID, Name, ClassRoomNo, Subject1, Subject2, Subject3,.... Subject9. The subjects are text entries such as 'Psy', 'Latin', 'Math', 'Art', 'French', ... and so on. Each student has a different combination of one or several subjects upto a maximum of nine subjects; blanks also exist where a student may have taken up less than nine subjects. I need to reorganize the table on the fly so that I can see details of the number of students for each ClassRoomNo who have taken each of the numerous subjects. How can I do it. I have tried arrays, pivot tables and what not. I am a beginner at best.