Explanation
Working from the inside out, EDATE first calculates a date 6 months in the future.
In the example shown, that date is December 24, 2015.
WORKDAY then calculates the next business day one day in the future, taking into account holidays and weekends.
If you need more flexibility with weekends, it’s possible for you to use WORKDAY.INTL.
Unlike the simplerWORKDAY function, WORKDAY.INTL can be…