Hi There,
I've been trying how to figure this out but i need a bit of help please!!
I have the below table and am trying to work out the power consumption in 15 minute intervals form 7am to midday. The issue I'm stuck with is adding the total power up during each time period to then be displayed in a graph, any help would be much appreciated. [TABLE="width: 100"]
<tbody>[TR]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Elapsed Time[/TD]
[TD]Power hwatts[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:03[/TD]
[TD]00:03[/TD]
[TD]7000[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:05[/TD]
[TD]00:05[/TD]
[TD]48[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]12:00[/TD]
[TD]05:00[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]09:55[/TD]
[TD]10:05[/TD]
[TD]00:10[/TD]
[TD]480[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]10:00[/TD]
[TD]03:00[/TD]
[TD]72[/TD]
[/TR]
[TR]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]00:15[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]09:00[/TD]
[TD]02:00[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]12:00[/TD]
[TD]12:00[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
I've been trying how to figure this out but i need a bit of help please!!
I have the below table and am trying to work out the power consumption in 15 minute intervals form 7am to midday. The issue I'm stuck with is adding the total power up during each time period to then be displayed in a graph, any help would be much appreciated. [TABLE="width: 100"]
<tbody>[TR]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Elapsed Time[/TD]
[TD]Power hwatts[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:03[/TD]
[TD]00:03[/TD]
[TD]7000[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]10:05[/TD]
[TD]00:05[/TD]
[TD]48[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]12:00[/TD]
[TD]05:00[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]09:55[/TD]
[TD]10:05[/TD]
[TD]00:10[/TD]
[TD]480[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]10:00[/TD]
[TD]03:00[/TD]
[TD]72[/TD]
[/TR]
[TR]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]00:15[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]07:00[/TD]
[TD]09:00[/TD]
[TD]02:00[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]10:00[/TD]
[TD]12:00[/TD]
[TD]12:00[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]