+ Reply to Thread
Results 1 to 4 of 4

Determining Number of Concurrent Conference Calls Based on Start and End Times/Dates

  1. #1
    Registered User
    Join Date
    08-06-2015
    Location
    Austin, Texas
    MS-Off Ver
    Office 2013
    Posts
    2

    Determining Number of Concurrent Conference Calls Based on Start and End Times/Dates

    Hi everyone,

    I have a list of about 3000 teleconference call start and end times, and I need to calculate how many concurrent calls took place throughout the month. The data is organized by location, start date/time and end date/time like so: Concurrent Calls Sample.xlsx. I'm a fairly decent overall Excel user but am apparently not familiar enough with VBA or the type of formula that would work best here. I am open to using any method that will get me the data I need for this one-time customer ask.

    I'm using Excel 2013 and have tried a couple of suggestions that I Googled, but most of them returned the same incorrect result. Is it possible to determine the number of concurrent calls with the data in its current format? Thank you for any assistance you can provide!

  2. #2
    Forum Contributor
    Join Date
    02-04-2014
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2010
    Posts
    136

    Re: Determining Number of Concurrent Conference Calls Based on Start and End Times/Dates

    412219d1438899129-determining-number-of-concurrent-conference-calls-based-on-start-and-end-time.xlsx

    I had an issue with you spreadsheet until I figured out you had auto calculate turned off, however using this formula should help:

    =SUMPRODUCT(--($B$2:$B$13<=B2),--($C$2:$C$13>=B2))

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Determining Number of Concurrent Conference Calls Based on Start and End Times/Dates

    Try this
    E2=01-06-2015
    F2=01-07-2015
    G2=SUMPRODUCT(--($B$2:$B$13<$F2),--($C$2:$C$13>$E2))

  4. #4
    Registered User
    Join Date
    08-06-2015
    Location
    Austin, Texas
    MS-Off Ver
    Office 2013
    Posts
    2

    Re: Determining Number of Concurrent Conference Calls Based on Start and End Times/Dates

    Ahhhh...I didn't even think of auto-calc being turned off, but I did recently upgrade to Excel 2013 and maybe it defaulted to manual. That explains a lot. The formula works perfectly; thank you for your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 21
    Last Post: 05-11-2015, 03:53 PM
  2. Calculating the number of concurrent calls that were happening when call started
    By urbanbumpkin in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-24-2015, 11:18 AM
  3. Use excel to count number of concurrent external calls
    By tommyk203 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-23-2013, 11:57 AM
  4. Concurrent Calls With Start And End Time- How many?
    By t_man000 in forum Excel General
    Replies: 4
    Last Post: 12-25-2012, 07:50 AM
  5. Calculate number of concurrent calls with these fields.
    By blongwell in forum Excel General
    Replies: 6
    Last Post: 12-13-2012, 06:30 AM
  6. Sum concurrent events with start and end times
    By Ree1209 in forum Excel General
    Replies: 0
    Last Post: 08-12-2011, 03:31 PM
  7. Replies: 0
    Last Post: 08-23-2005, 04:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1