HI,
I have a mechanical schedule spreadsheet where i calculate all buildings energy consumption. I have to calculate Peak / Off Peak and Shoulder consumption. I am hoping someone can assist with the required easy calculation. I have bee given the sheet from a previous employee with calcs already in place for Peak and off peak.As there is numerous times for peak and shoulder this is beyond my limited maths capabilities. Thanks in advance
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl1280, width: 64"]MONDAY[/TD]
[TD="class: xl1281, width: 64"] [/TD]
[TD="class: xl1281, width: 64"] [/TD]
[TD="class: xl1282, width: 64"] [/TD]
[TD="class: xl1276, width: 64"] [/TD]
[/TR]
[TR]
[TD="class: xl1277, width: 64"]START[/TD]
[TD="class: xl1277, width: 64"]STOP[/TD]
[TD="class: xl1278, width: 64"]PEAK[/TD]
[TD="class: xl1278, width: 64"]OFF PEAK[/TD]
[TD="class: xl1278, width: 64"]SHOULDER[/TD]
[/TR]
[TR]
[TD="class: xl1275"]5[/TD]
[TD="class: xl1275"]20[/TD]
[TD="class: xl1279"]13[/TD]
[TD="class: xl1279"]2[/TD]
[TD="class: xl1279"] [/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peak Calc[/TD]
[TD="colspan: 4"] =IF(OR(A3="",B3=""),"",IF(B3<=7,0,MIN(B3,23)-MAX(7,A3)))[/TD]
[/TR]
[TR]
[TD]Off Peak[/TD]
[TD="colspan: 4"] =IF(OR(A3="",B3=""),"",(B3-A3)-C3)[/TD]
[/TR]
</tbody>[/TABLE]
I have a mechanical schedule spreadsheet where i calculate all buildings energy consumption. I have to calculate Peak / Off Peak and Shoulder consumption. I am hoping someone can assist with the required easy calculation. I have bee given the sheet from a previous employee with calcs already in place for Peak and off peak.As there is numerous times for peak and shoulder this is beyond my limited maths capabilities. Thanks in advance
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl1280, width: 64"]MONDAY[/TD]
[TD="class: xl1281, width: 64"] [/TD]
[TD="class: xl1281, width: 64"] [/TD]
[TD="class: xl1282, width: 64"] [/TD]
[TD="class: xl1276, width: 64"] [/TD]
[/TR]
[TR]
[TD="class: xl1277, width: 64"]START[/TD]
[TD="class: xl1277, width: 64"]STOP[/TD]
[TD="class: xl1278, width: 64"]PEAK[/TD]
[TD="class: xl1278, width: 64"]OFF PEAK[/TD]
[TD="class: xl1278, width: 64"]SHOULDER[/TD]
[/TR]
[TR]
[TD="class: xl1275"]5[/TD]
[TD="class: xl1275"]20[/TD]
[TD="class: xl1279"]13[/TD]
[TD="class: xl1279"]2[/TD]
[TD="class: xl1279"] [/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peak Calc[/TD]
[TD="colspan: 4"] =IF(OR(A3="",B3=""),"",IF(B3<=7,0,MIN(B3,23)-MAX(7,A3)))[/TD]
[/TR]
[TR]
[TD]Off Peak[/TD]
[TD="colspan: 4"] =IF(OR(A3="",B3=""),"",(B3-A3)-C3)[/TD]
[/TR]
</tbody>[/TABLE]