I have a google sheet with two columns with dropdowns, one has a type of task performed, the second has how long it took for the task. I want to create a sum of the number of task types for the day and a sum of the time spent. The table looks roughly like this:
Task Description | Task Type | Time Spent |
---|---|---|
Task Description | Web Development | 15 Min |
Task Description | Network Admin | 1.5 Hours |
Task Description | Helpdesk | 30 Min |
Task Description | Network Admin | 30 Min |
Task Description | Helpdesk | 15 Min |
What I want below is something to tell me how much time was spent for each task type, for instance something that would say Web Development 15 Min, Network Admin 2 Hours, Helpdesk 45 Mins so that I can then take the total amount of time spent and break it into a percentage of the time period worked. I'm not very good with Google Sheets and dropdowns so I'm really unfamiliar with working with that kind of data.