On my task exceptions table I end up with multiple exceptions for each individual task. How can I sum all the exceptions times for task 1 only and ignore the rest.
Here is my data after entering.
The two fields I am interested in is Task# (blue Arrow) and Exception Duration (Red Arrow).
I need a way to pull out all the duration's that happened during task 1 and add them together. (Red Box)
and then do the same with task 2 (Green Box) and so on.
The other problem is do I have to create this 15 times for the possible 15 task for the day Or is the a way to only pull out for the task that were completed?