Thread: Week count
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Week count

Weeks

=INT((B2-B1)/7)

Days

=NETWORKDAYS(B11,B12)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Christopher Naveen" wrote in
message ...
Hi,
Can any one tell me how can we calculate the Number of weeks between two
dates.

Also pls tell me separate function which calculates only the working days
(Monday - Friday) and shud return the count of days.

Ex : start date is 20/12/2007 and End date is 26/12/2007.

Answer shud be 5 Days.

Thanks in advance!!!!!!!!!!