Power Consumption Over Time Period

woollyg

New Member
Joined
Feb 26, 2018
Messages
4
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]
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Given the data that you have provided, unless I am missing something, I don't see how you could do that.
Look at your third row, Start Time 7 AM, end Time 12 PM, 5 hours have elapsed, 12 hwatts have been used, there is nothing that specifies in which bucket these 12 watts should go, it is possible that they were used from 7 to 8 and then nothing for 4 hours ( which then would raise the question how many were used from 7 to 7:15, how many from 7:16 to 7:30 etc).
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top