If you have a date in A1 and a number of workdays to add in B1...
=INT(B1/6)*7+A1+MOD(B1,6)+INT((WEEKDAY(INT(B1/6)*7+A1)-2+MOD(B1,6))/6)
If you have a date in A1 and a number of workdays to add in B1...
=INT(B1/6)*7+A1+MOD(B1,6)+INT((WEEKDAY(INT(B1/6)*7+A1)-2+MOD(B1,6))/6)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks