Hi there,
I'm trying to add bits of data up in the table below so I can see the total at different 15 minute intervals and then plot it onto a graph, I've tried using sum and sumifs but the formula doesn't seem to work! Any help would be very much appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Number[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:05[/TD]
[TD]56
[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]12:00[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:15[/TD]
[TD]24[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]09:00[/TD]
[TD]36[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]12:00[/TD]
[TD]16[/TD]
[/TR]
</tbody>[/TABLE]
I would then like to have the time in a column such as 07:00, 07:15, 07:30.... and then in the adjacent column add up the numbers if it is within the range of time intervals.
Thanks for any help!
I'm trying to add bits of data up in the table below so I can see the total at different 15 minute intervals and then plot it onto a graph, I've tried using sum and sumifs but the formula doesn't seem to work! Any help would be very much appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Number[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:05[/TD]
[TD]56
[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]12:00[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:15[/TD]
[TD]24[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]09:00[/TD]
[TD]36[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]12:00[/TD]
[TD]16[/TD]
[/TR]
</tbody>[/TABLE]
I would then like to have the time in a column such as 07:00, 07:15, 07:30.... and then in the adjacent column add up the numbers if it is within the range of time intervals.
Thanks for any help!