Hello all. I hope I explain this well enough.
I have a spreadsheet of all of my company's long distance calls for last month - 30k rows. It includes the start time of the call and the duration. From that I can calculate the end time of the call.
My phone system can handle 24 concurrent calls. I'm trying to see how many times throughout the month did we have 24 or more calls going on at once.
Assume Start_Time is Column_A and End_Time is Column_B
Currently I can test if one call is going on at the same time a second call is by this formula
Basically, testing to see if Call 1 starts after Call 2 starts and before Call 2 ends OR if Call 1 ends after Call 2 starts and before Call 2 ends.![]()
Please Login or Register to view this content.
What I don't know how to do is to test this against the other 30k rows and do a COUNTIF on all the TRUE values.
I hope this wasn't too convoluted. I apologize in advance if it is.
Thanks for your help.
Bookmarks