Thread: WORKING DATES.
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_4_] Patrick Molloy[_4_] is offline
external usenet poster
 
Posts: 103
Default WORKING DATES.

=NETWORKDAYS(A1,B2)

NETWORKDAYS() is part of the standard add-ins : The Analysis Toolpak

--
Patrick Molloy
Microsoft Excel MVP
---------------------------------
I Feel Great!
"OSCAR" wrote in message
...
Guys.
In A1 i have to enter the date of delivery, A2= Today() and in A3 I need
to have the number of working days since the date of delivery(No
weekends).
Lets say:
A1 B1 C3
03/29/04 04/09/04 10 days

Is this possible?

Thank you.