How do I create a column with a formula that adds all the cells in one column based on similarity in another column?
I'm trying to create a column with a formula for "total time studied" that adds up 1 or more cells of study time in each subject, based on "student name." Some students only have 1 subject/cell and some have many.
I don't want to have to manually select the cells for each student, I want a formula that can add the overall study time based on the student name (or other identifier) column.
Example:
I'm trying to create a column with a formula for "total time studied" that adds up 1 or more cells of study time in each subject, based on "student name." Some students only have 1 subject/cell and some have many.
I don't want to have to manually select the cells for each student, I want a formula that can add the overall study time based on the student name (or other identifier) column.
Example:
Name | Subject | Subject study time | Overall study time |
John | Math | 1:00 | = formula that recognizes that John has 1 cell to add up |
Bob | Math | 0:10 | |
Bob | Reading | 0:05 | |
Bob | Science | 1:13 | = formula that recognizes that Bob has 3 cell to add up |