Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Calculation of working days between two dates


I am trying to calculate the difference between one cell and another - both
having dates in, to establish if a service level is being achieved for
completing a task.

eg. B2 = 25/6/07 and L2 = 30/6/07 (5 days)

currently if there is no date in L2, it will say "open call" - indicating
that it has not been completed.

the calculation used currently is =IF(ISERROR(DAYS360(B2,L2,TRUE)),"Open
Call",DAYS360(B2,L2,TRUE)) however this does not show working days taken to
complete the call, which is key to the measurement.

have tried advice below, but unfortunately it still includes the weekend
days - can I
include the WEEKDAYS or NETWORKDAYS formula in this somehow? thanks

"Mike H" wrote:

Andy,

Try this:-

=IF(L2="","Open Call",L2-B2)

Format as general. It assumes L2 will always be a later date then B2 or blank.

Mike

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Calculation of working days between two dates

Andy,

=IF(L2="", "Open Call",NETWORKDAYS(B2,L2))

HTH,
Bernie
MS Excel MVP


"Andy B" wrote in message
...

I am trying to calculate the difference between one cell and another - both
having dates in, to establish if a service level is being achieved for
completing a task.

eg. B2 = 25/6/07 and L2 = 30/6/07 (5 days)

currently if there is no date in L2, it will say "open call" - indicating
that it has not been completed.

the calculation used currently is =IF(ISERROR(DAYS360(B2,L2,TRUE)),"Open
Call",DAYS360(B2,L2,TRUE)) however this does not show working days taken to
complete the call, which is key to the measurement.

have tried advice below, but unfortunately it still includes the weekend
days - can I
include the WEEKDAYS or NETWORKDAYS formula in this somehow? thanks

"Mike H" wrote:

Andy,

Try this:-

=IF(L2="","Open Call",L2-B2)

Format as general. It assumes L2 will always be a later date then B2 or blank.

Mike



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
How to calculation no. of days (only working days) between two dat Vivian Chan Excel Discussion (Misc queries) 1 July 26th 07 09:16 AM
Number of working days between 2 dates [email protected] Excel Discussion (Misc queries) 1 May 15th 07 06:02 PM
Working days and hours calculation - request assistance please! sbickley Excel Worksheet Functions 0 August 16th 06 06:37 PM
Dates calculation using working days Javier Excel Discussion (Misc queries) 2 July 20th 06 03:35 PM
Calculation to determine days between two dates Dubleaa Excel Worksheet Functions 3 March 17th 05 03:27 AM


All times are GMT +1. The time now is 03:04 PM.

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

About Us

"It's about Microsoft Excel"