Hi, I'm currently trying to create a sum of event times from a table with a variable number of entries per day. eg.
[pre]
[/pre]
What could I do to create a 'daily total minutes' figure for each day from this list?
I have tried using IF, or SUMIF, but I can't think of a way to do this without knowing exactly how many entries there will be for each given day.
Thanks for your help!
[pre]
Code:
Day Events Minutes
1/05/2012 dog ran away 10
1/05/2012 explosion 20
2/05/2012 production halt 45
3/05/2012 grocery shortage 15
4/05/2012 someone forgot 60
4/05/2012 fault 120
4/05/2012 lost dog 100
What could I do to create a 'daily total minutes' figure for each day from this list?
I have tried using IF, or SUMIF, but I can't think of a way to do this without knowing exactly how many entries there will be for each given day.
Thanks for your help!