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

Thank you so much for your help. I will try these.

"Bob Phillips" wrote:

If you want to plug the dates into cells and use those in the formula, use

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(start_date&":"&end_date)))< 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