Hello,
I am using the following formula to determine a due date (you have 60 days to complete the assignments including weekends and excluding holidays)
=WORKDAY.INTL(A1,60,"0000000",C1:C9)
A1 = start date
60 = number of day to complete the assignment
“0000000” = every day is included (no weekends)
C1:C9 = list of holidays
Using the parameters above I get the date “dddd, mm/dd/yyyy”
Here is my dilemma, the due day cannot be a Saturday or a Sunday. If the due date falls on a Saturday or Sunday I need to automatically go back to the previous Friday. For example, is the due date lands on “Saturday, 10/24/2015” or “Sunday 10/25/2015” I need the due date to display as “Friday, 10/23/2015”
Your thoughts?
I am using the following formula to determine a due date (you have 60 days to complete the assignments including weekends and excluding holidays)
=WORKDAY.INTL(A1,60,"0000000",C1:C9)
A1 = start date
60 = number of day to complete the assignment
“0000000” = every day is included (no weekends)
C1:C9 = list of holidays
Using the parameters above I get the date “dddd, mm/dd/yyyy”
Here is my dilemma, the due day cannot be a Saturday or a Sunday. If the due date falls on a Saturday or Sunday I need to automatically go back to the previous Friday. For example, is the due date lands on “Saturday, 10/24/2015” or “Sunday 10/25/2015” I need the due date to display as “Friday, 10/23/2015”
Your thoughts?