Visualising Telephone login sessions per 15 minute

Sataz

New Member
Joined
Feb 8, 2018
Messages
2
Hello,

First post/long time lurker!

I want to visualise the amount of time a telephone Agent has been logged in, per 15 minute interval.
The below example shows the time an Agent has been on the phone, went to a break and then returned on the phone.

I've got about 95% of the way there with multiple IF statements, however this fails when there are multiple logins per interval.
I'm looking for something along the lines of "the sum of time between Logon/Logout which falls during Interval X"




StatusLoginLogoutIntervals08:0008:1508:3008:4509:0009:1509:3009:4510:00...
Login8:009:0500:1500:1500:1500:1500:05
Break9:059:2000:1000:05
Login9:2010:0500:1000:1500:1500:05

<tbody>
</tbody>


Many thanks!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi,

If I am understanding correctly what it is you're asking, then I think the formula you need is the following....

=text(B1-A1,"h:mm")

This is assuming the start time is in cell A1 and the end time is in cell B1


Hope this helps! :)
 
Upvote 0
You're way off sorry,

The times underneath the intervals (08:00, 08:15, 08:30 etc) are what I'm trying to calculate. These are based on the login/logout times on the left, but only show the amount of login time DURING each interval e.g. between 08:15:00 and 08:29:59
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,580
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top