#1   Report Post  
Posted to microsoft.public.excel.misc
colin
 
Posts: n/a
Default Time Question

Hi,

I hope that someone can help?

I have a worksheet that contains multiple conferences that have a start
time and end time all with varying durations. some conferences will run
simultaneously and I need to show the number of conferences that are running
simultaneously on a per minute basis over a 24 hour period. The data that i
have is for 12 months and contains about 13,000 conferences over a 12 month
period

Is there any functionality to provide this information?

Many thanks in anticipation

Rgds

Colin
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Time Question

Yes, this can be done. You'll get a better response if you provide more
information about how your data is organized and how you'd like it presented,
but I'll make some assumptions and take a stab.
Suppose your data on calls is organized one row per call, with a the date in
column A, start time in column B, end time in column C, all on Sheet1, rows
2:13001. Your job will be to create a summary on Sheet2, with the Date set
in A1, then the minutes in A2:A1441 and the count of calls in B2:B1441.
You can create the formula to count the calls in Sheet2!B2 using the
sumproduct function. The formula would look something like
=sumproduct(--(Sheet1!A$2:A$13001=$A$1),--(Sheet1!B$2:B$13001<=A2),--(Sheet1!C$2:C$13001A2)).
The formula basically counts up the number of calls on the given date, begun
at or before the time of interest and ended after the time of interest. I
think I've got the cell references set so that you can copy that formula into
B3:B1441 to get the count for each minute of the date specified.
--Bruce

"colin" wrote:

Hi,

I hope that someone can help?

I have a worksheet that contains multiple conferences that have a start
time and end time all with varying durations. some conferences will run
simultaneously and I need to show the number of conferences that are running
simultaneously on a per minute basis over a 24 hour period. The data that i
have is for 12 months and contains about 13,000 conferences over a 12 month
period

Is there any functionality to provide this information?

Many thanks in anticipation

Rgds

Colin

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
Elapsed time question Johnfli Excel Discussion (Misc queries) 5 March 2nd 06 05:19 PM
Excel Time Manipulation BFiedler Excel Discussion (Misc queries) 0 September 15th 05 01:15 AM
conditional formatting with time values Access Idiot Excel Discussion (Misc queries) 2 September 13th 05 03:29 PM
Time Question...is this possible? mileslit Excel Discussion (Misc queries) 1 September 8th 05 01:36 AM
rounding time question lbfries Excel Worksheet Functions 3 April 6th 05 08:23 PM


All times are GMT +1. The time now is 07:26 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"