Hello everyone!
I have a workbook to store pupils' score in different subjects. I created the worksheets as follows:
I created the first sheet with a table with headings
I inserted all the pupils' names and their class. There are several classes. The serial number starts at 1 for each class. There may be up to 700 entries.
Then I duplicated the sheet for each subject I need. There may be up to 15 subjects.
Then I inserted slicers on each subject's sheet. The slicers filter the Class column.
The issue I'm having with this design is that pupils sometimes change classes or we get new students. So i need to update each sheet to reflect these changes, which is a tedious task.
To solve this issue, I thought of adding another sheet with the names of the pupils and their classes, and use formulas to update the names in the tables in the Subjects' sheets. Now the problem is the data needs to be sorted classwise and in alphabetical order of names. So if it happens that scores have already been entered for pupils in a class and then I need to add a name to that class, the scores won't move which would mean some pupils will have the wrong score.
Also the number of pupils vary year by year, so even if I use formulas I can't fix the range for specific classes. The serial number also will change accordingly.
I don't know how to solve this problem and I need help with it.
I have a workbook to store pupils' score in different subjects. I created the worksheets as follows:
I created the first sheet with a table with headings
Serial No | Class | Name | Score |
I inserted all the pupils' names and their class. There are several classes. The serial number starts at 1 for each class. There may be up to 700 entries.
Then I duplicated the sheet for each subject I need. There may be up to 15 subjects.
Then I inserted slicers on each subject's sheet. The slicers filter the Class column.
The issue I'm having with this design is that pupils sometimes change classes or we get new students. So i need to update each sheet to reflect these changes, which is a tedious task.
To solve this issue, I thought of adding another sheet with the names of the pupils and their classes, and use formulas to update the names in the tables in the Subjects' sheets. Now the problem is the data needs to be sorted classwise and in alphabetical order of names. So if it happens that scores have already been entered for pupils in a class and then I need to add a name to that class, the scores won't move which would mean some pupils will have the wrong score.
Also the number of pupils vary year by year, so even if I use formulas I can't fix the range for specific classes. The serial number also will change accordingly.
I don't know how to solve this problem and I need help with it.