Forum Discussion

ckueneke's avatar
ckueneke
Copper Contributor
Feb 20, 2023
Solved

Need help with a formula

Hello,  I am brand new here and I am trying to figure out a formula that will do the following: My timelines require me to count consecutive days but the final day cannot end on a weekend or holiday...
  • HansVogelaar's avatar
    Feb 20, 2023

    ckueneke 

     

    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.