I would like to calculate a End Date (B10 from a Start Date (A1) + Duration (C1) ; Duration in Working days (without WE & holidays) BUT including saterdays (this ids the problem!)
=NETWORKDAYS(A1,B10)+SUM(IF(WEEKDAY(A1-1+ROW(INDIRECT("1:"&TRUNC(B10-A1)+1)))=C2,1,0))
A1 contains the beginning date of the interval
B10 contains the ending date of the interval
C2 contains the day-of-week number (1=Sunday, 2=Monday,...,7=Saturday)
There was error in my question ("0" instead of ""
Correction:
I would like to calculate a End Date (B1) from a Start Date (A1) + Duration (C1) ; Duration in Working days (without WE & holidays) BUT including saterdays (this is the problem!)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.