days calculation

Y

Yousoft

Hi All
The following formula is calculating the no of days without holidays, so I
want this formula in excel function way.
=SUMPRODUCT(INT((D5-C5+WEEKDAY(C5-{1,2,3,4,5}))/7))
 
R

royUK

Take a look at NetWorkDays function, you need the Analysis ToolPak
installed in versions earlier than 2007


--
royUK

Hope that helps.

RoyUK
 
Top