Turn Around Time Formula - Holidays & Weekends are NA

ShannieD

New Member
Joined
Apr 7, 2011
Messages
4
I need to calculate the difference between dates. Currently I'm using the DATEDIF formula based on the number of days between the two dates; however, I now need to show this information in hours and minutes.

Date Rec'd = 11/3/2010 3:05:59 PM
Date Assigned = 11/5/2010 9:47:09 AM
TAT to assign work = ?? (need new formula) current formula = 2 Days (not exact)

Current formula is =DATEDIF(A1,B1,"d")

Note, weekends and holidays are not applicable. Any assistance is greatly appreciated!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
DATEDIF for a day difference calculation is unnecessary, just subtract the dates: =B2-A2

Which should work for this scenario as well.

Format result as [h]:mm


Excel Workbook
ABC
1Date Rec'dDate Assigned
211/3/2010 3:05 PM11/5/2010 9:47 AM42:41
Sheet7
 
Upvote 0

Forum statistics

Threads
1,224,582
Messages
6,179,670
Members
452,936
Latest member
anamikabhargaw

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