Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days
=NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])
=NETWORKDAYS.INTL("1/1/2023", "12/31/2023", 1)