Use
=WORKDAY(AcceptanceDate+16, 1, HolidayRange)
The formula first adds 16 consecutive days (including weekends and holidays), then uses the WORKDAY function to go to the next business day.
Use
=WORKDAY(AcceptanceDate+16, 1, HolidayRange)
The formula first adds 16 consecutive days (including weekends and holidays), then uses the WORKDAY function to go to the next business day.
Use
=WORKDAY(AcceptanceDate+16, 1, HolidayRange)
The formula first adds 16 consecutive days (including weekends and holidays), then uses the WORKDAY function to go to the next business day.
HansVogelaar Thank you so much! This is working.