workdays calculation

J

jim

Is there an easy function to calculate the number of
workdays between two columns of dates? Need it to
eliminate weekends from count.

Thanks upfront.
 
F

Frank Kabel

Hi
use NETWORKDAYS
note: you may have to install the Analysis Toolpak Add-in for this
 
Top