Hello,
I have created the below formula, which I'm trying to remove weekends and company holidays. I have a table built on another worksheet (worksheet name = Workings). For some reason it's not removing the time even though I have the date in the table.
=IF(H2="","",IF(G2<>"CS Tech Team Queue","",((NETWORKDAYS(F2,H2,holidaylist)-1)*("17:00"-"5:00")+IF(NETWORKDAYS(H2,H2,holidaylist),MEDIAN(MOD(H2,1),"17:00","5:00"),"17:00")-MEDIAN(NETWORKDAYS(F2,F2,holidaylist)*MOD(F2,1),"17:00","5:00"))*24))
I have created the below formula, which I'm trying to remove weekends and company holidays. I have a table built on another worksheet (worksheet name = Workings). For some reason it's not removing the time even though I have the date in the table.
=IF(H2="","",IF(G2<>"CS Tech Team Queue","",((NETWORKDAYS(F2,H2,holidaylist)-1)*("17:00"-"5:00")+IF(NETWORKDAYS(H2,H2,holidaylist),MEDIAN(MOD(H2,1),"17:00","5:00"),"17:00")-MEDIAN(NETWORKDAYS(F2,F2,holidaylist)*MOD(F2,1),"17:00","5:00"))*24))