yes as simple as that (=NETWORKDAYS(start_date,end_date,[holiday])-1). If you apply that to the whole column it will take one day off each of the calculations. So Monday to Friday will become 4 working days (assuming no holidays also being taken off!) The formulas includes both the start and end days in its calculation. You can explore =NETWORKDAYS.INTL() for other options if needed.