View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Erol Erol is offline
external usenet poster
 
Posts: 35
Default number of week days in a period of time

THanks all,

I use MS Office 2000 so the long formula worked only with me. Thanks again

"Jacob Skaria" wrote:

With start date in A1 and end date in B1 the below formula will give you the
number of working days inclusive of both dates...

=(B1-WEEKDAY(B1,2)+WEEKDAY(A1,2)-A1)/7*5-MIN(5,WEEKDAY(A1,2))+MIN(5,WEEKDAY(B1,2))+1

If this post helps click Yes
---------------
Jacob Skaria


"Erol" wrote:

Hi All,

How do I count number of week days between to dates? (ex: one cell date is 1
July 2009, the other cell has a value of 30 July 2009... if I count manually
it seems like there are 20-21 week days)

I appreciate any input. Thanks in advance.