How do i count number of weekdays between two dates?

J

JulieD

Hi

check out the NETWORKDAYS function
syntax:
NETWORKDAYS(start_date,end_date,holidays)

this counts the number of days between the start date & end date, excluding
any weekends and any holidays you enter. This function needs the Analysis
Tool-Pak installed.
 
Top