Forum Discussion
Ateeb
Aug 23, 2019Copper Contributor
How to calculate Turn Around Time (TAT) considering weekend and working Hours..!
Considering Two Set of Data Start Date "A1=22-08-2019 11:55 AM" End Date:- "B2=27-08-2019 5:00 PM" Conditions:- Office working Hours is 10 AM - 7 PM Lunch is between 1 PM- 2 PM Saturday S...
tyrelmiranda
May 25, 2023Copper Contributor
I am getting negative values which is resulting in '######' being displayed as below. Could you please check and advise what needs to be done.
SergeiBaklan
May 27, 2023Diamond Contributor
Oops, too old formula. If to fix it, change in second line
NETWORKDAYS.INTL(...) on
MAX(0, NETWORKDAYS.INTL(...) )
Entire formula will be
=IF(INT(B2)>INT(A2),
MAX( 0,NETWORKDAYS.INTL(A2+1,B2-1,"0000011",$J$2:$J$3))*8/24 +
(WORKDAY.INTL(A2-1,1,"0000011",$J$2:$J$3)=INT(A2))*
(
$F$2-MEDIAN($E$2,$F$2,MOD(A2,1)) +
$H$2-MEDIAN($G$2,$H$2,MOD(A2,1))
) +
(WORKDAY.INTL(B2-1,1,"0000011",$J$2:$J$3)=INT(B2))*
(
MEDIAN($E$2,$F$2,MOD(B2,1))-$E$2 +
MEDIAN($G$2,$H$2,MOD(B2,1))-$G$2
),
MIN($F$2,MOD(B2,1))-MEDIAN($E$2,$F$2,MOD(A2,1))+
MEDIAN($G$2,$H$2,MOD(B2,1))-MAX($G$2,MOD(A2,1))
)
which gives
- ClaudiaSa25Feb 02, 2024Copper Contributor
SergeiBaklan this is so helpful. Thanks for posting! Would it be a way to include those outside working hours? The formula works great withing working hours 9:00 to 13:00 and 14:00 to 18:00, but for those outside working hours return negative numbers. Thanks so much
- ClaudiaSa25Feb 02, 2024Copper Contributor
like for example:
Received from RequesterReplied by 1st Level, where the working hours are 9:00 to 13:00 and 14:00 to 18:00
2/2/2024 16:01 2/2/2024 16:21 2/2/2024 0:25 2/2/2024 11:00 1/31/2024 17:38 2/1/2024 16:56 2/1/2024 15:15 2/1/2024 15:15 1/10/2024 20:37 2/2/2024 16:11 2/1/2024 7:14 2/2/2024 13:40 2/1/2024 12:38 2/1/2024 13:19 1/5/2024 7:28 1/5/2024 8:43