For office 16 users, the LET feature is not available. They can try the following formula.
Formula:
=WORKDAY.INTL(C4,H4/J4/24/(1-SUM(O3:Q3)+SUM(O2:Q2)),11)+MOD(H4/J4/24/(1-SUM(O3:Q3)+SUM(O2:Q2)),1)+MOD(C4,1)+(WEEKDAY(WORKDAY.INTL(C4,H4/J4/24/(1-SUM(O3:Q3)+SUM(O2:Q2)),11)+MOD(H4/J4/24/(1-SUM(O3:Q3)+SUM(O2:Q2)),1)+MOD(C4,1))=1)
Disclaimer: This formula does take into account the length of the daily breaks, but does not take into account when those breaks are exactly. However, the formula takes into account exactly when it is Sunday.
Bookmarks