Efthymios
New Member
Dear all,
I am facing the following challenge: I have two timestamps and a location as columns and I am trying to calculate the time delta with the Networkdays formula in order to exclude the holidays and the non-working hours. If I have different holiday sets per country, which formula should I use to return the entire range for that specific country? Current formula:
=(NETWORKDAYS(Q7,R7,$C$6:$C$10)-1)*($D$3-$C$3)+IF(NETWORKDAYS(Q7,R7),MEDIAN(MOD(R7,1),$D$3,$C$3),$D$3)-MEDIAN(NETWORKDAYS(Q7,Q7)*MOD(Q7,1),$D$3,$C$3)
How should I get in the formula a multiple holiday set (F5:O20) instead of the fixed one in column C? The result in column U should be different.
Thank you in advance for the effort!
Efthymios
I am facing the following challenge: I have two timestamps and a location as columns and I am trying to calculate the time delta with the Networkdays formula in order to exclude the holidays and the non-working hours. If I have different holiday sets per country, which formula should I use to return the entire range for that specific country? Current formula:
=(NETWORKDAYS(Q7,R7,$C$6:$C$10)-1)*($D$3-$C$3)+IF(NETWORKDAYS(Q7,R7),MEDIAN(MOD(R7,1),$D$3,$C$3),$D$3)-MEDIAN(NETWORKDAYS(Q7,Q7)*MOD(Q7,1),$D$3,$C$3)
How should I get in the formula a multiple holiday set (F5:O20) instead of the fixed one in column C? The result in column U should be different.
Thank you in advance for the effort!
Efthymios