Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to Calculate Peak and Off Peak Hours


I have a three columns with the following information

Date Hour Price
11/1/05 0 10
11/1/05 1 15
11/1/05 2 12
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default How to Calculate Peak and Off Peak Hours

Try using a pivot table. Your question if a little vague, but if I understand
correctly you want to be able to group together similar time periods from
different dates. Place the hours in the left hand column and the prices in
the middle of the table. If you wnat to you can also add the dates to the
left hand column and group your dates into months, quarters, ... If this is
of interest to you and you need more help just let me know...
--
HTH...

Jim Thomlinson


"nikolasp" wrote:


I have a three columns with the following information

Date Hour Price
11/1/05 0 10
11/1/05 1 15
11/1/05 2 12

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to Calculate Peak and Off Peak Hours


I was trying to avoid pivot tables for one reason or another. What
have come up with so far is the following:

n = 24
For i = 1 To n
If Cells(3 + i, 3) 6 And Cells(3 + i, 3) < 23 Then
avg = avg + (Cells(3 + i, 4))
End If
Next i
Range("f2") = avg / 16

However, this works for only one set of dates and prices, i.e. all th
prices for 11/1/05 in this example. I'm trying to get some ideas as t
how to do this iteratively for each of the different dates. In th
above code n=24 represents the number of hours during each day

--
nikolas
-----------------------------------------------------------------------
nikolasp's Profile: http://www.hightechtalks.com/m40
View this thread: http://www.hightechtalks.com/t229836

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Peak call times/hours Ber Excel Worksheet Functions 2 July 14th 08 10:26 AM
width at the hlaf maximun peak Mauro Charts and Charting in Excel 0 March 27th 08 11:56 PM
Calculation of peak and off peak hours Craig[_19_] Excel Programming 2 November 30th 05 09:28 PM
How do I convert peak-peak voltage to rms voltage in Excel? testingtj Excel Programming 1 June 8th 05 05:22 PM
Calculation of peak / off peak hrs v2 Craig[_19_] Excel Programming 0 August 27th 04 01:40 AM


All times are GMT +1. The time now is 05:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"