View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
danh danh is offline
external usenet poster
 
Posts: 14
Default Working Days excluding Sundays

Hi Bob,

Thanks for your help. I tried it but I think I am not using it correctly.
If I have 2 dates for example the 3 April 07 and 30 March 07 and I have to
find out the no. of working days between these 2 dates excluding sundays. My
answer should be 4 which is 3 April - 30 March = 5 days - 1 sunday = 4
working days.

Can you explain to me how I should use SUMPRODUCT with my example.

Thanks,
Danielle

"Bob Phillips" wrote:

=SUMPRODUCT(--(WEEKDAY(A2:A20)<1))

--
HTH

Bob

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

"danh" wrote in message
...
I have to calculate the no of days between 2 dates and exclude only sundays
in my count of days. I have tried NETWORKDAYS but it seems to exclude
saturdays and sundays. I only need to exclude sundays. Can somebody help
me?

Thanks
Danielle