how would i use excel to find the number of days-------

J

joe hunter

how would i use excel to find the number of days from a start date to an end
date excluding weekends and holidays?
example

start date number of days between end date
 
R

Ron Rosenfeld

how would i use excel to find the number of days from a start date to an end
date excluding weekends and holidays?
example

start date number of days between end date

Use the NETWORKDAYS function.

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.

On the Tools menu, click Add-Ins.
In the Add-Ins available list, select the Analysis ToolPak box, and then click
OK.
If necessary, follow the instructions in the setup program.

--ron
 
Top