Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default WORKING DATES.

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default WORKING DATES.

Hi
have a look at NETWORKDAYS (the Analysis Toolpak has to be installed
for this) and use
=NETWORKDAYS(A1,A2,holiday_list_if_required)

--
Regards
Frank Kabel
Frankfurt, Germany


OSCAR wrote:
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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Working with Dates btyler Excel Discussion (Misc queries) 4 May 7th 09 07:03 PM
Working with dates Harley Excel Discussion (Misc queries) 3 September 5th 07 08:07 AM
Working with dates Al Excel Worksheet Functions 3 April 21st 06 05:49 PM
working with dates Pe66les Excel Worksheet Functions 3 August 25th 05 12:19 AM
working with dates Phil kelly Excel Discussion (Misc queries) 2 June 21st 05 12:05 PM


All times are GMT +1. The time now is 10:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"