Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default How I calculating working days

Hi I need calculating how many working days (Mo - Fr) has past from une date
to another

if tony start in 01/01/2008 an finish in 22/08/2008 = 179 working days

Tks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default How I calculating working days

if tony start in 01/01/2008 an finish in 22/08/2008
= 179 working days


I think the correct answer is 169

Try one of these:

A1 = start date
B1 = end date

This formula requires the Analysis ToolPak add-in be installed:

=NETWORKDAYS(A1,B1)

Or this one:

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&B1)),2)<6))


--
Biff
Microsoft Excel MVP


"Centauro" wrote in message
...
Hi I need calculating how many working days (Mo - Fr) has past from une
date
to another

if tony start in 01/01/2008 an finish in 22/08/2008 = 179 working days

Tks



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default How I calculating working days

Clarification:

This formula requires the Analysis ToolPak add-in be installed:
=NETWORKDAYS(A1,B1)


That formula requires the Analysis ToolPak add-in be installed for Excel
versions prior to Excel 2007.

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
if tony start in 01/01/2008 an finish in 22/08/2008
= 179 working days


I think the correct answer is 169

Try one of these:

A1 = start date
B1 = end date

This formula requires the Analysis ToolPak add-in be installed:

=NETWORKDAYS(A1,B1)

Or this one:

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&B1)),2)<6))


--
Biff
Microsoft Excel MVP


"Centauro" wrote in message
...
Hi I need calculating how many working days (Mo - Fr) has past from une
date
to another

if tony start in 01/01/2008 an finish in 22/08/2008 = 179 working days

Tks





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
Calculating Working Hours, Days and Overtimes. [email protected] Excel Discussion (Misc queries) 1 May 13th 08 02:18 PM
Calculating working days SA Excel Discussion (Misc queries) 3 November 9th 07 06:22 PM
Calculating three working days before a date [email protected] Excel Worksheet Functions 4 August 8th 07 04:44 PM
Calculating Working Days - Department of Pathology Andrea Excel Discussion (Misc queries) 1 July 20th 05 07:20 PM
Calculating Working Days will Excel Worksheet Functions 5 March 22nd 05 12:44 PM


All times are GMT +1. The time now is 05:58 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"