Thread: Networkdays
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Networkdays

Do you mean include Sat and Sun as workdays and ignore Thu and Fri? If so,
use

=NETWORKDAYS(A1+2,B1+2)

HTH

Bob

"Otaibi" wrote in message
...
can I update Excel to start the week on Saturday instead of Monday