I am working on the data with test scores. Some scores are given as total score and some as sub-scores, like this:
Where Z is the sum score of X and Y tests.
1/ I want to get rid of the sub-scores (X and Y) if the total scores are already given by comparing the test dates (Stu. ID 1)
2/ Is there any way to sum the sub-scores for which the total score is not given? (Stu. ID 4)
It seems very intuitive, but could not find any solution anywhere in FAQ. If you have any suggestions, I would really appreciate it!
| Stu. ID | Test | Date |
| 1 | X | 21102010 |
| 1 | Y | 21102010 |
| 1 | Z | 21102010 |
| 2 | Z | 11122010 |
| 3 | Z | 15122010 |
| 4 | X | 19021011 |
| 4 | Y | 19021011 |
1/ I want to get rid of the sub-scores (X and Y) if the total scores are already given by comparing the test dates (Stu. ID 1)
2/ Is there any way to sum the sub-scores for which the total score is not given? (Stu. ID 4)
It seems very intuitive, but could not find any solution anywhere in FAQ. If you have any suggestions, I would really appreciate it!

Comment