Calculate the difference between two time sets and get the results in minutes and also consider the weekends?

karthik_kaliappan

Board Regular
Joined
Jun 8, 2007
Messages
76
Hi,

Do we have formula which counts the difference between two time sets and the results should be in minutes, it also should consider the weekends? To give you more perspective, we run a 24X5 support center and need to count the mins taken by the associate to respond to a customers query.

Thanks,
Karthik
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Re: How to calculate the difference between two time sets and get the results in minutes and also consider the weekends?

Hi,

Do we have formula which counts the difference between two time sets and the results should be in minutes, it also should consider the weekends? To give you more perspective, we run a 24X5 support center and need to count the mins taken by the associate to respond to a customers query.

Thanks,
Karthik
=NETWORKDAYS(start_date, end_date)*24

Maybe?
 
Last edited by a moderator:
Upvote 0
Re: How to calculate the difference between two time sets and get the results in minutes and also consider the weekends?

=NETWORKDAYS(start_date, end_date)*24

Maybe?

Start date End Date result
2/5/2018 0:25 2/8/2018 0:25 04

The result is not what I am looking for. I want the result to be in mins. For now I am using =(enddate-startdate)*1440 for getting the results in mins however my other condition of considering the weekends not working.

Thanks,
karthik
 
Upvote 0
Re: How to calculate the difference between two time sets and get the results in minutes and also consider the weekends?

Start date End Date result
2/5/2018 0:25 2/8/2018 0:25 04

The result is not what I am looking for. I want the result to be in mins. For now I am using =(enddate-startdate)*1440 for getting the results in mins however my other condition of considering the weekends not working.

Thanks,
karthik

Then,
=NETWORKDAYS(start_date, end_date)*1440
4*1440 = 5760

I don't get what you are asking for.
 
Upvote 0
Re: How to calculate the difference between two time sets and get the results in minutes and also consider the weekends?

When I try this, I don't get the result (result) which you are getting.
 
Upvote 0
Re: How to calculate the difference between two time sets and get the results in minutes and also consider the weekends?

When I try this, I don't get the result (result) which you are getting.

Maybe your region is different. Check for NETWORKDAYS.INT function and its options.
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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