Sequence of workdays
To create a list of workdays that exclude weekends and holidays, you can use a formula based on the SEQUENCE function inside the WORKDAY.INTL function. In the example shown, the formula in D5 is: =WORKDAY.INTL(B5-1,SEQUENCE(12),1,B8:B11) The result …Read more